commit c0815c880db5a40fad735556a1583aa340e2398d parent 47b2f1c0599ccfb8b0556169afd20506238432b0 Author: sin <sin@2f30.org> Date: Fri, 6 Mar 2015 17:15:02 +0000 Add section on supported interfaces Diffstat:
M | README | | | 63 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 63 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -21,6 +21,69 @@ Features resulting binary. +Supported interfaces +==================== + +FD_CLR +FD_SET +bcopy +bzero +confstr +fgets +fgetws +fread +fwrite +getcwd +getdomainname +getgroups +gethostname +getlogin_r +mbsnrtowcs +mbsrtowcs +mbstowcs +memcpy +memmove +mempcpy +memset +poll +ppoll +pread +read +readlink +readlinkat +realpath +recv +recvfrom +send +sendto +snprintf +sprintf +stpcpy +stpncpy +strcat +strcpy +strlcat +strlcpy +strncat +strncpy +ttyname_r +vsnprintf +vsprintf +wcrtomb +wcscat +wcscpy +wcsncat +wcsncpy +wcsnrtombs +wcsrtombs +wcstombs +wctomb +wmemcpy +wmemmove +wmemset +write + + Sample usage ============