libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

ixp_eprint.3 (388B)


      1 .TH "IXP_EPRINT" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_eprint
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   void ixp_eprint(const char *fmt, ...);
     12 .fi
     13 
     14 .SH DESCRIPTION
     15 .P
     16 libixp calls this function on error. It formats its arguments
     17 as \fBprintf(3)\fR and exits the program.
     18 
     19 
     20 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     21 .\" cmdline: txt2tags -o- ixp_eprint.man3
     22