mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Declare new method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1778 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b3c153c3d6
commit
1a470f8ca0
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
* Scanning a string
|
||||
*/
|
||||
- (BOOL)scanInt:(int *)value;
|
||||
- (BOOL)scanRadixUnsignedInt:(unsigned int *)value;
|
||||
- (BOOL)scanLongLong:(long long *)value;
|
||||
- (BOOL)scanFloat:(float *)value;
|
||||
- (BOOL)scanDouble:(double *)value;
|
||||
|
|
Loading…
Reference in a new issue