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 Frith-MacDonald 2000-06-21 08:52:51 +00:00
parent 680452aa99
commit e0fe6dddf7

View file

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