From c0815c880db5a40fad735556a1583aa340e2398d Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 6 Mar 2015 17:15:02 +0000 Subject: Add section on supported interfaces --- README | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/README b/README index 0f7d26d..9a4ab27 100644 --- 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 ============ -- cgit v1.3