XROAD
xroad_format.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "xroad_common_types.h"
9 #include <stdint.h>
10 #include <stdarg.h>
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
46 int32_t xroad_format(char* buf, uint32_t len, const char* fmt, ...);
47 
51 int32_t xroad_vformat(char* buf, uint32_t len, const char* fmt, va_list ap);
52 
53 #ifdef __cplusplus
54 }
55 #endif
int32_t xroad_vformat(char *buf, uint32_t len, const char *fmt, va_list ap)
int32_t xroad_format(char *buf, uint32_t len, const char *fmt,...)