mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Rename all objects_* to o_*.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1445 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3a50890494
commit
a131f7d913
46 changed files with 3626 additions and 3626 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Implementation of objects_vscanf for GNU Objective C Class Library
|
||||
/* Implementation of o_vscanf for GNU Objective C Class Library
|
||||
|
||||
Reworked by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: July 1994
|
||||
|
@ -89,7 +89,7 @@ extern long strtol(const char *str, char** ptr, int base);
|
|||
FORMAT, using the argument list in ARGPTR.
|
||||
Return the number of assignments made, or -1 for an input error. */
|
||||
int
|
||||
objects_vscanf (void *stream,
|
||||
o_vscanf (void *stream,
|
||||
int (*inchar_func)(void*),
|
||||
void (*unchar_func)(void*,int),
|
||||
const char *format, va_list argptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue