source:
sans/utils/Teabag/sa_futil.h
@
838
Last change on this file since 838 was 837, checked in by ajj, 11 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | int fgetint(FILE *, int *, int); |
2 | int fgetbool(FILE *, int *, int); |
3 | int fgetshort(FILE *, short *, int); |
4 | int fgetfloat(FILE *, float *, int); |
5 | int fgetstring(FILE *, char *, int ); |
Note: See TracBrowser
for help on using the repository browser.