mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
o added GSWIntToString and GSWIntToNSString
o use GSWIntToNSString instead of string formatting git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19958 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12bc922120
commit
a1cc027ccb
2 changed files with 59 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
/** GSWUtils.h - <title>GSWeb: Utilities</title>
|
||||
|
||||
Copyright (C) 1999-2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999-2004 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
Date: Jan 1999
|
||||
|
@ -64,6 +64,9 @@ typedef unsigned int UINT32;
|
|||
|
||||
#define GSW_LOCK_LIMIT [NSDate dateWithTimeIntervalSinceNow:GSLOCK_DELAY_S]
|
||||
|
||||
GSWEB_EXPORT char* GSWIntToString(char* buffer,unsigned int bufferSize,int value,unsigned int* resultLength);
|
||||
GSWEB_EXPORT NSString* GSWIntToNSString(int value);
|
||||
|
||||
BOOL ClassIsKindOfClass(Class classA,Class classB);
|
||||
|
||||
GSWEB_EXPORT void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue