Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
notcurses_util(3)					       notcurses_util(3)

NAME
     notcurses_util - portable utility functions

SYNOPSIS
     #include <notcurses/notcurses.h>

     char* notcurses_accountname(void);

     char* notcurses_hostname(void);

     char* notcurses_osversion(void);

DESCRIPTION
     Notcurses	provides  some utility functions, usually to abstract away plat-
     form-dependent differences.

     notcurses_accountname returns a heap-allocated copy of the account name un-
     der which the program is running.	notcurses_hostname returns a  heap-allo-
     cated  copy of the local host name.  notcurses_osversion returns a heap-al-
     located human-readable representation of the operating system and its  ver-
     sion.

NOTES
RETURN VALUES
     All functions return NULL on error.

SEE ALSO
     hostname(1), notcurses(3)

AUTHORS
     nick black nickblack@linux.com

				     v3.0.16		       notcurses_util(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=notcurses_util&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help