libnutclient_general (3) Linux Manual Page
NAME libnutclient_general, nutclient_destroy, strarr_alloc, strarr_free – General and utility functions in Network UPS Tools high-level client access library SYNOPSIS #include <nutclient.h> typedef void* NUTCLIENT_t; void nutclient_destroy(NUTCLIENT_t client); typedef char** strarr; strarr strarr_alloc(unsigned short count); void strarr_free(strarr arr); DESCRIPTION The nutclient_destroy() function destroys a NUTCLIENT_t or derived (like NUTCLIENT_TCP_t) connection object, and frees allocated memory. The…
