7 lines
138 B
C
7 lines
138 B
C
#ifndef __SUKISU_KPM_COMPACT_H
|
|
#define __SUKISU_KPM_COMPACT_H
|
|
|
|
extern unsigned long sukisu_compact_find_symbol(const char *name);
|
|
|
|
#endif
|