source: sans/utils/Teabag/sa_futil.h @ 1249

Last change on this file since 1249 was 837, checked in by ajj, 11 years ago

Checkin of Teabag code for TISANE.

File size: 179 bytes
Line 
1int fgetint(FILE *, int *, int);
2int fgetbool(FILE *, int *, int);
3int fgetshort(FILE *, short *, int);
4int fgetfloat(FILE *, float *, int);
5int fgetstring(FILE *, char *, int );
Note: See TracBrowser for help on using the repository browser.