git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6747 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-06-21 08:52:51 +00:00
parent c774c40f68
commit 4dfaca8b6a

View file

@ -75,9 +75,7 @@
* Scanning a string * Scanning a string
*/ */
- (BOOL) scanInt: (int*)value; - (BOOL) scanInt: (int*)value;
- (BOOL) scanInt: (int*)value;
- (BOOL) scanHexInt: (unsigned int*)value; - (BOOL) scanHexInt: (unsigned int*)value;
- (BOOL) scanRadixUnsignedInt: (unsigned int*)value;
- (BOOL) scanLongLong: (long long*)value; - (BOOL) scanLongLong: (long long*)value;
- (BOOL) scanFloat: (float*)value; - (BOOL) scanFloat: (float*)value;
- (BOOL) scanDouble: (double*)value; - (BOOL) scanDouble: (double*)value;
@ -89,6 +87,9 @@
intoString: (NSString**)value; intoString: (NSString**)value;
- (BOOL) isAtEnd; - (BOOL) isAtEnd;
#ifndef NO_GNUSTEP
- (BOOL) scanRadixUnsignedInt: (unsigned int*)value;
#endif
#ifndef STRICT_OPENSTEP #ifndef STRICT_OPENSTEP
- (BOOL) scanDecimal: (NSDecimal*)value; - (BOOL) scanDecimal: (NSDecimal*)value;
#endif #endif