![]() |
libxputty 0.1
|
Multiplatform implementation of asprintf() from: https://stackoverflow.com/questions/40159892/using-asprintf-on-windows define _GNU_SOURCE to use the GNU asprintf extension instead this one. More...
Go to the source code of this file.
Functions | |
int | _vscprintf_so (const char *format, va_list pargs) |
int | vasprintf (char **strp, const char *fmt, va_list ap) |
int | asprintf (char *strp[], const char *fmt,...) |
Multiplatform implementation of asprintf() from: https://stackoverflow.com/questions/40159892/using-asprintf-on-windows define _GNU_SOURCE to use the GNU asprintf extension instead this one.
Definition in file xasprintf.h.
int _vscprintf_so | ( | const char * | format, |
va_list | pargs | ||
) |
Definition at line 16 of file xasprintf.c.
Referenced by vasprintf().
int asprintf | ( | char * | strp[], |
const char * | fmt, | ||
... | |||
) |
Definition at line 36 of file xasprintf.c.
References vasprintf().
Referenced by add_root_directory(), combobox_add_entry(), combobox_rename_entry(), fp_get_files(), fp_init(), hyperlink_pressed(), locale_from_utf8(), os_get_home_dir(), and utf8_from_locale().
int vasprintf | ( | char ** | strp, |
const char * | fmt, | ||
va_list | ap | ||
) |
Definition at line 25 of file xasprintf.c.
References _vscprintf_so().
Referenced by asprintf().