Archive for the ‘N’ Category
nprintf, curl_mvsprintf – formatted output conversion
USAGE
#include <curl/mprintf.h>
int curl_mprintf(const char *format, …);
int curl_mfprintf(FILE *fd, const char *format, …);
int curl_msprintf(char *buffer, const char *format, …);
[...]
lok, nl, nonl – curses output options
USAGE
#include <curses.h>
int clearok(WINDOW *win, bool bf);
int idlok(WINDOW *win, bool bf);
void idcok(WINDOW *win, bool bf);
void [...]
