Updates for tranZPUter SW-700 v1.3 board under a seperate branch

This commit is contained in:
Philip Smart
2020-12-11 23:44:28 +00:00
parent f52b89753b
commit 43fcdc46ac
46 changed files with 312431 additions and 159753 deletions

View File

@@ -42,6 +42,7 @@ _PROTOTYPE( size_t strspn, (const char *_s1, const char *_s2) );
_PROTOTYPE( char *strstr, (const char *_s1, const char *_s2) );
_PROTOTYPE( char *strtok, (char *_s1, const char *_s2) );
_PROTOTYPE( size_t strxfrm, (char *_s1, const char *_s2, size_t _n) );
_PROTOTYPE( char *strndup, (const char *s, size_t n) );
#ifdef _POSIX_SOURCE
/* Open Group Base Specifications Issue 6 (not complete) */