Linear Methods for Image Interpolation
|
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_ */