ba237a9d91
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunti i sorgenti per Greenleaf Math Library (gfm.dll) git-svn-id: svn://10.65.10.50/trunk@10079 c028cbd2-c16b-5b4b-a496-9718f37d4682
13 lines
221 B
C
Executable File
13 lines
221 B
C
Executable File
/*
|
|
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();
|