mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +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
2a01942773
commit
0e75eb6d02
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…
Add table
Add a link
Reference in a new issue