head 1.2; access; symbols SFIO_1999:1.1.1.1 SFIO_1998:1.1.1.1 SFIO_1997:1.1.1.1 ATT:1.1.1; locks; strict; comment @ * @; 1.2 date 99.09.11.12.42.12; author rse; state Exp; branches; next 1.1; 1.1 date 96.08.21.15.46.03; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 96.08.21.15.46.03; author rse; state Exp; branches; next ; desc @@ 1.2 log @Incorporate stuff from RSE's Sfio98 variant @ text @#include "sfstdio.h" /* Internal printf engine to write to a string buffer ** Written by Kiem-Phong Vo */ #if __STD_C int vsnprintf(char*, int, const char*, va_list); #else int vsnprintf(); #endif #if __STD_C int vsnprintf(char* s, int n, const char* form, va_list args) #else int vsnprintf(s,n,form,args) reg char* s; reg int n; reg char* form; va_list args; #endif { return sfvsprintf(s,n,form,args); } @ 1.1 log @Initial revision @ text @d8 6 @ 1.1.1.1 log @Import of Sfio1997 @ text @@