libixp

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

ixp_smprint.3 (414B)


      1 .TH "IXP_SMPRINT" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_smprint
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   char *ixp_smprint(const char *fmt, ...);
     12 .fi
     13 
     14 .SH DESCRIPTION
     15 .P
     16 This function formats its arguments as \fBprintf(3)\fR and returns
     17 a \fBmalloc(3)\fR allocated string containing the result.
     18 
     19 
     20 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     21 .\" cmdline: txt2tags -o- ixp_smprint.man3
     22