Ignore:
Timestamp:
Jul 10, 2020, 9:09:25 PM (4 years ago)
Author:
coas-nagasima
Message:

NTShellタスクを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/ntshell/ntshell/core/ntlibc.h

    r331 r441  
    5252int ntlibc_tolower(int c);
    5353int ntlibc_atoi(const char *nptr);
    54 unsigned long ntlibc_strtoul(const char *__restrict nptr, char **__restrict endptr, int base);
     54unsigned long ntlibc_strtoul(const char *restrict nptr, char **restrict endptr, int base);
    5555char *ntlibc_strchr(const char *s, int c);
    5656char *ntlibc_utoa(unsigned int value, char *s, int radix);
Note: See TracChangeset for help on using the changeset viewer.