- fgets
alias fgets = .posix_fgets
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fopen
alias fopen = .posix_fopen
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- off_t
alias off_t = core.stdc.config.c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- perror
alias perror = .posix_perror
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rename
alias rename = .posix_rename
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snprintf
alias snprintf = core.stdc.stdio._snprintf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- asprintf
int asprintf(char** str, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- posix_fgets
char* posix_fgets(char* s, int size, core.stdc.stdio.FILE* stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- posix_fopen
core.stdc.stdio.FILE* posix_fopen(const(char)* path, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- posix_perror
void posix_perror(const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- posix_rename
int posix_rename(const(char)* oldpath, const(char)* newpath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- vasprintf
int vasprintf(char** str, const(char)* fmt, core.stdc.stdarg.va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.