kpm: 改进可读性 (#392)
* kpm: improving readability Honestly, this format is really messy Signed-off-by: Cloud_Yun <1770669041@qq.com> * kpm: fix missing int label my bad ((( Signed-off-by: Cloud_Yun <1770669041@qq.com> --------- Signed-off-by: Cloud_Yun <1770669041@qq.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef ___SUKISU_KPM_COMPACT_H
|
||||
#define ___SUKISU_KPM_COMPACT_H
|
||||
#ifndef __SUKISU_KPM_COMPACT_H
|
||||
#define __SUKISU_KPM_COMPACT_H
|
||||
|
||||
unsigned long sukisu_compact_find_symbol(const char* name);
|
||||
extern unsigned long sukisu_compact_find_symbol(const char *name);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user