mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
* Source/Additions/GSCompatibility.h
* Source/Additions/GSCompatibility.m (NSDecimalFromComponents): Added compatibility function. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17656 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
413c44d80a
commit
65265d2ea7
3 changed files with 25 additions and 3 deletions
|
@ -202,13 +202,18 @@ GS_EXPORT BOOL GSDebugSet(NSString *level);
|
|||
*/
|
||||
|
||||
GS_EXPORT NSArray *NSStandardLibraryPaths();
|
||||
GS_EXPORT void NSDecimalFromComponents(NSDecimal *result,
|
||||
unsigned long long mantissa,
|
||||
short exponent, BOOL negative);
|
||||
GS_EXPORT NSString *GetEncodingName(NSStringEncoding availableEncodingValue);
|
||||
GS_EXPORT NSString *GSEncodingName(NSStringEncoding availableEncodingValue);
|
||||
|
||||
GS_EXPORT NSMutableDictionary *GSCurrentThreadDictionary();
|
||||
|
||||
GS_EXPORT NSString *GSDebugMethodMsg(id obj, SEL sel, const char *file, int line, NSString *fmt);
|
||||
GS_EXPORT NSString *GSDebugFunctionMsg(const char *func, const char *file, int line, NSString *fmt);
|
||||
GS_EXPORT NSString *GSDebugMethodMsg(id obj, SEL sel, const char *file,
|
||||
int line, NSString *fmt);
|
||||
GS_EXPORT NSString *GSDebugFunctionMsg(const char *func, const char *file,
|
||||
int line, NSString *fmt);
|
||||
|
||||
#endif /* NexT_FOUNDATION_LIB */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue