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

FreeBSD Manual Pages

  
 
  

home | help
errmsg_iam(3)		    Library Functions Manual		   errmsg_iam(3)

NAME
     errmsg_iam - tell errmsg library the name of the program

SYNTAX
     #include <libowfat/errmsg.h>

     void errmsg_iam(const char *progname);

DESCRIPTION
     Use this function to set the program name.

     This  function  is usually called directly at the start of main() and given
     argv[0] as argument.

     This is important for batch processing, so the observer can tell which pro-
     gram the error message came from.

SEE ALSO
     errmsg(7)

								   errmsg_iam(3)

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

home | help