![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <pwd.h>
#include <unistd.h>
#include <sys/sysctl.h>
#include <sys/utsname.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
int | set_loglevel_from_env (ncloglevel_e *llptr) |
char * | notcurses_accountname (void) |
char * | notcurses_hostname (void) |
char * | notcurses_osversion (void) |
char * notcurses_accountname | ( | void | ) |
Definition at line 35 of file util.c.
char * notcurses_hostname | ( | void | ) |
Definition at line 62 of file util.c.
char * notcurses_osversion | ( | void | ) |
Definition at line 82 of file util.c.
int set_loglevel_from_env | ( | ncloglevel_e * | llptr | ) |