mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 21:29:02 +00:00
Add lib.csv that may be used to generate C library symbol tables
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5072 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
d67c617009
commit
6e38df0173
66 changed files with 276 additions and 70 deletions
|
|
@ -90,7 +90,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
char *strtok_r(char *str, const char *delim, char **saveptr)
|
||||
FAR char *strtok_r(FAR char *str, FAR const char *delim, FAR char **saveptr)
|
||||
{
|
||||
char *pbegin;
|
||||
char *pend = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue