This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

snprintf(3) and vsnprintf(3)


Hello Xconq Developers,

  Although Xconq remains C89-compliant and does not yet allow full 
application of C99, I have added some C99 functionality that you 
may find useful. The functions snprintf(3) and vsnprintf(3) are 
now available. They are implemented by Xconq on all systems, 
regardless of whether the system provides an implementation. 
Macros override calls to a system's version with calls to Xconq's 
version. Thus your system's documentation of these functions 
should only be used as a supplement, and missing/snprintf/README 
and missing/snprintf/snprintf.c should be used as the definitive 
guides on all systems.

  I chose to override system implmentations to provide consistency 
in options usage across all platforms.

  Happy hacking,
    Eric


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]