version 1.7.3.0
[socat.git] / vsnprintf_r.h
blobac17e0ff745006892db9778dd65845659e799a9b
1 /* source: vsnprintf_r.h */
2 /* Copyright Gerhard Rieger */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __vsnprintf_r_h_included
6 #define __vsnprintf_r_h_included 1
8 int vsnprintf_r(char *str, size_t size, const char *format, va_list ap);
9 int snprintf_r(char *str, size_t size, const char *format, ...);
11 #endif /* !defined(__vsnprintf_r_h_included) */