mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6747 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
680452aa99
commit
e0fe6dddf7
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue