init
This commit is contained in:
parent
29d7658fe4
commit
43d1c4a1ce
14
tests/FIGlib.c
Normal file
14
tests/FIGlib.c
Normal file
@ -0,0 +1,14 @@
|
||||
#include <stdio.h>
|
||||
#include <FIGlib.h>
|
||||
|
||||
int main(argc,argv)
|
||||
int argc;
|
||||
char *argv[];
|
||||
{
|
||||
//fontinfo fi;
|
||||
//readfont(&fi);
|
||||
readfont();
|
||||
inchrline = "test";
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user