libressl_d.compat.stdio

Undocumented in source.

Public Imports

core.stdc.stdarg
public import core.stdc.stdarg;
Undocumented in source.
core.stdc.stdio
public import core.stdc.stdio;
Undocumented in source.
core.sys.posix.stdio
public import core.sys.posix.stdio;
Undocumented in source.
libressl_d.compat.stdlib
public import libressl_d.compat.stdlib;
Undocumented in source.

Members

Aliases

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.

Functions

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.

Meta