campo-sirio/gfm/gfmdefs.c
alex ba237a9d91 Patch level : no patch
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
2002-02-26 12:19:02 +00:00

9 lines
178 B
C
Executable File

/*
Definition file for shared library, initializing pointers to imported
functions.
*/
int (*_libgfm_scanf)() = 0;
int (*_libgfm_fscanf)() = 0;
int (*_libgfm_sscanf)() = 0;