mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
@@ -7,9 +7,10 @@
|
||||
|
||||
LIBA_BEGIN_DECLS
|
||||
|
||||
#if (__GLIBC__ || __MINGW32__ || _FXCG)
|
||||
#if (__GLIBC__ || __MINGW32__ || _FXCG || NSPIRE_NEWLIB)
|
||||
size_t strlcat(char * dst, const char * src, size_t dstSize);
|
||||
size_t strlcpy(char * dst, const char * src, size_t len);
|
||||
char *strdup(const char *s);
|
||||
#endif
|
||||
|
||||
LIBA_END_DECLS
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef LIBA_STRINGS_H
|
||||
#define LIBA_STRINGS_H
|
||||
|
||||
#if (_FXCG)
|
||||
#if (_FXCG) || defined NSPIRE_NEWLIB
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -19,4 +19,4 @@ LIBA_END_DECLS
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user