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:
Andrew McCallum 1996-04-17 19:26:04 +00:00
parent 3a50890494
commit a131f7d913
46 changed files with 3626 additions and 3626 deletions

View file

@ -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)