- _snprintf
int _snprintf(char* s, size_t n, char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _vsnprintf
int _vsnprintf(char* s, size_t n, char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- clearerr
void clearerr(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- clearerr
void clearerr(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- clearerr
void clearerr(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- clearerr
void clearerr(FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- clearerr
void clearerr(FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- fclose
int fclose(FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- feof
int feof(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- feof
int feof(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- feof
int feof(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- feof
int feof(FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- feof
int feof(FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- ferror
int ferror(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ferror
int ferror(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ferror
int ferror(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ferror
int ferror(FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ferror
int ferror(FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- fflush
int fflush(FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fgetc
int fgetc(FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fgetpos
int fgetpos(FILE* stream, fpos_t* pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fgets
char* fgets(char* s, int n, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fgetwc
wint_t fgetwc(FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fgetws
wchar_t* fgetws(wchar_t* s, int n, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fileno
int fileno(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fileno
int fileno(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fileno
int fileno(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fileno
int fileno(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fopen
FILE* fopen(char* filename, char* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fprintf
int fprintf(FILE* stream, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fputc
int fputc(int c, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fputs
int fputs(char* s, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fputwc
wint_t fputwc(wchar_t c, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fputws
int fputws(wchar_t* s, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fread
size_t fread(void* ptr, size_t size, size_t nmemb, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- freopen
FILE* freopen(char* filename, char* mode, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fscanf
int fscanf(FILE* stream, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fseek
int fseek(FILE* stream, c_long offset, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fsetpos
int fsetpos(FILE* stream, fpos_t* pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ftell
c_long ftell(FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fwide
int fwide(FILE* stream, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fwprintf
int fwprintf(FILE* stream, wchar_t* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fwrite
size_t fwrite(void* ptr, size_t size, size_t nmemb, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fwscanf
int fwscanf(FILE* stream, wchar_t* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getc
int getc(FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- getchar
int getchar()
Undocumented in source. Be warned that the author may not have intended to support it.
- gets
char* gets(char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getwc
wint_t getwc(FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- getwchar
wint_t getwchar()
Undocumented in source. Be warned that the author may not have intended to support it.
- perror
void perror(char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- printf
int printf(char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- putc
int putc(int c, FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- putchar
int putchar(int c)
Undocumented in source. Be warned that the author may not have intended to support it.
- puts
int puts(char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- putwc
wint_t putwc(wchar_t c, FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- putwchar
wint_t putwchar(wchar_t c)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
int remove(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rename
int rename(char* from, char* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rewind
void rewind(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rewind
void rewind(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rewind
void rewind(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rewind
void rewind(FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rewind
void rewind(FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- scanf
int scanf(char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setbuf
void setbuf(FILE* stream, char* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setvbuf
int setvbuf(FILE* stream, char* buf, int mode, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snprintf
int snprintf(char* s, size_t n, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snprintf
int snprintf(char* s, size_t n, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snprintf
int snprintf(char* s, size_t n, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snprintf
int snprintf(char* s, size_t n, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sprintf
int sprintf(char* s, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sscanf
int sscanf(char* s, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- swprintf
int swprintf(wchar_t* s, size_t n, wchar_t* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- swscanf
int swscanf(wchar_t* s, wchar_t* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tmpfile
FILE* tmpfile()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tmpnam
char* tmpnam(char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ungetc
int ungetc(int c, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ungetwc
wint_t ungetwc(wint_t c, FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vfprintf
int vfprintf(FILE* stream, char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vfscanf
int vfscanf(FILE* stream, char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vfwprintf
int vfwprintf(FILE* stream, wchar_t* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vfwscanf
int vfwscanf(FILE* stream, wchar_t* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vprintf
int vprintf(char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vscanf
int vscanf(char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vsnprintf
int vsnprintf(char* s, size_t n, char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vsnprintf
int vsnprintf(char* s, size_t n, char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vsnprintf
int vsnprintf(char* s, size_t n, char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vsnprintf
int vsnprintf(char* s, size_t n, char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vsprintf
int vsprintf(char* s, char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vsscanf
int vsscanf(char* s, char* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vswprintf
int vswprintf(wchar_t* s, size_t n, wchar_t* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vswscanf
int vswscanf(wchar_t* s, wchar_t* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vwprintf
int vwprintf(wchar_t* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vwscanf
int vwscanf(wchar_t* format, va_list arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wprintf
int wprintf(wchar_t* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wscanf
int wscanf(wchar_t* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
D header file for C99.