notcurses/doc/man/man3/notcurses_util.3.md
nick black 7ba72c4c20
v2.4.5
2021-10-07 04:30:05 -04:00

666 B

% notcurses_util(3) % nick black nickblack@linux.com % v2.4.5

NAME

notcurses_util - portable utility functions

SYNOPSIS

#include <notcurses/notcurses.h>

char notcurses_accountname(void);*

char notcurses_hostname(void);*

DESCRIPTION

Notcurses provides some utility functions, usually to abstract away platform-dependent differences.

notcurses_accountname returns a heap-allocated copy of the account name under which the program is running. notcurses_hostname returns a heap-allocated copy of the local host name.

NOTES

RETURN VALUES

All functions return NULL on error.

SEE ALSO

hostname(1), notcurses(3)