13 lines
221 B
C
13 lines
221 B
C
|
/*
|
||
|
Include file to import symbols for shared library.
|
||
|
*/
|
||
|
|
||
|
|
||
|
#define scanf (*_libgfm_scanf)
|
||
|
#define fscanf (*_libgfm_fscanf)
|
||
|
#define sscanf (*_libgfm_sscanf)
|
||
|
|
||
|
extern int scanf();
|
||
|
extern int fscanf();
|
||
|
extern int sscanf();
|