Version 1.8.0.0
[socat.git] / vsnprintf_r.h
blob5e72f4610e5d00f9694ebc613a559ced0bf8b0b3
1 /* source: vsnprintf_r.h */
2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
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) */