Linear Methods for Image Interpolation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
strutil.h
Go to the documentation of this file.
1 
16 #ifndef _STRUTIL_H_
17 #define _STRUTIL_H_
18 
19 int EatWhitespace(const char **StrPtr);
20 int ParseNumber(double *Number, const char **StrPtr, int FloatAllowed);
21 
22 #endif /* _STRUTIL_H_ */