diff options
| author | sin | 2015-03-06 17:15:02 +0000 |
|---|---|---|
| committer | sin | 2015-03-06 17:15:02 +0000 |
| commit | c0815c880db5a40fad735556a1583aa340e2398d (patch) | |
| tree | dd199701e8f2da5f056898e70b08f1e5df708147 /README | |
| parent | 47b2f1c0599ccfb8b0556169afd20506238432b0 (diff) | |
Add section on supported interfaces
Diffstat (limited to 'README')
| -rw-r--r-- | README | 63 |
1 files changed, 63 insertions, 0 deletions
| @@ -21,6 +21,69 @@ Features | |||
| 21 | resulting binary. | 21 | resulting binary. |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | Supported interfaces | ||
| 25 | ==================== | ||
| 26 | |||
| 27 | FD_CLR | ||
| 28 | FD_SET | ||
| 29 | bcopy | ||
| 30 | bzero | ||
| 31 | confstr | ||
| 32 | fgets | ||
| 33 | fgetws | ||
| 34 | fread | ||
| 35 | fwrite | ||
| 36 | getcwd | ||
| 37 | getdomainname | ||
| 38 | getgroups | ||
| 39 | gethostname | ||
| 40 | getlogin_r | ||
| 41 | mbsnrtowcs | ||
| 42 | mbsrtowcs | ||
| 43 | mbstowcs | ||
| 44 | memcpy | ||
| 45 | memmove | ||
| 46 | mempcpy | ||
| 47 | memset | ||
| 48 | poll | ||
| 49 | ppoll | ||
| 50 | pread | ||
| 51 | read | ||
| 52 | readlink | ||
| 53 | readlinkat | ||
| 54 | realpath | ||
| 55 | recv | ||
| 56 | recvfrom | ||
| 57 | send | ||
| 58 | sendto | ||
| 59 | snprintf | ||
| 60 | sprintf | ||
| 61 | stpcpy | ||
| 62 | stpncpy | ||
| 63 | strcat | ||
| 64 | strcpy | ||
| 65 | strlcat | ||
| 66 | strlcpy | ||
| 67 | strncat | ||
| 68 | strncpy | ||
| 69 | ttyname_r | ||
| 70 | vsnprintf | ||
| 71 | vsprintf | ||
| 72 | wcrtomb | ||
| 73 | wcscat | ||
| 74 | wcscpy | ||
| 75 | wcsncat | ||
| 76 | wcsncpy | ||
| 77 | wcsnrtombs | ||
| 78 | wcsrtombs | ||
| 79 | wcstombs | ||
| 80 | wctomb | ||
| 81 | wmemcpy | ||
| 82 | wmemmove | ||
| 83 | wmemset | ||
| 84 | write | ||
| 85 | |||
| 86 | |||
| 24 | Sample usage | 87 | Sample usage |
| 25 | ============ | 88 | ============ |
| 26 | 89 | ||
