diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:33 +0000 |
commit | 1fd5e000ace55b323124c7e556a7a864b972a5c4 (patch) | |
tree | dc4fcf1e5e22a040716ef92c496b8d94959b2baa /winsup/cygwin/ansi.sgml | |
parent | 369d8a8fd5e887eca547bf34bccfdf755c9e5397 (diff) | |
download | cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.tar.gz cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.tar.bz2 cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.zip |
import winsup-2000-02-17 snapshot
Diffstat (limited to 'winsup/cygwin/ansi.sgml')
-rw-r--r-- | winsup/cygwin/ansi.sgml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/winsup/cygwin/ansi.sgml b/winsup/cygwin/ansi.sgml new file mode 100644 index 000000000..d6a41ab31 --- /dev/null +++ b/winsup/cygwin/ansi.sgml @@ -0,0 +1,59 @@ +<sect1 id="std-ansi"> +<title>Compatibility with ANSI</title> + +<para>The following functions are compatible with ANSI:</para> + +<sect2><title>stdio</title><para> + +clearerr, fclose, feof, ferror, fflush, fgetc, fgetpos, fgets, fopen, +fprintf, fputc, fputs, fread, freopen, fscanf, fseek, fsetpos, ftell, +fwrite, getc, getchar, gets, perror, printf, putc, putchar, puts, +remove, rename, rewind, scanf, setbuf, setvbuf, sprintf, sscanf, +tmpfile, tmpnam, vfprintf, ungetc, vprintf, vsprintf, + +</para></sect2> +<sect2><title>string</title><para> + +memchr, memcmp, memcpy, memmove, memset, strcat, strchr, strcmp, +strcoll, strcpy, strcspn, strerror, strlen, strncat, strncmp, strncpy, +strpbrk, strrchr, strspn, strstr, strtok, strxfrm + +</para></sect2> +<sect2><title>stdlib</title><para> + +abort, abs, assert, atexit, atof, atoi, atol, bsearch, calloc, div, +exit, free, getenv, labs, ldiv, longjmp, malloc, mblen, mbstowcs, +mbtowc, qsort, rand, realloc, setjmp, srand, strtod, strtol, strtoul, +system, wcstombs, wctomb + +</para></sect2> +<sect2><title>time</title><para> + +asctime, gmtime, localtime, time, clock, ctime, difftime, mktime, +strftime + +</para></sect2> +<sect2><title>signals</title><para> + +raise, signal + +</para></sect2> +<sect2><title>ctype</title><para> + +isalnum, isalpha, iscntrl, isdigit, isgraph, islower, isprint, +ispunct, isspace, isupper, isxdigit, tolower, toupper + +</para></sect2> +<sect2><title>math</title><para> + +acos, asin, atan, atan2, ceil, cos, cosh, exp, fabs, floor, fmod, +frexp, ldexp, log, log10, modf, pow, sin, sinh, sqrt, tan, tanh + +</para></sect2> +<sect2><title>misc</title><para> + +localeconv, setlocale, va_arg, va_end, va_start + +</para></sect2> + +</sect1>
\ No newline at end of file |