Linear Methods for Image Interpolation
strutil.h
Go to the documentation of this file.
00001 
00016 #ifndef _STRUTIL_H_
00017 #define _STRUTIL_H_
00018 
00019 int EatWhitespace(const char **StrPtr);
00020 int ParseNumber(double *Number, const char **StrPtr, int FloatAllowed);
00021 
00022 #endif /* _STRUTIL_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines