Go to the documentation of this file.
19 #define FORWARD_FORMATTED(receiver,format) \
22 va_start(parg, format); \
23 char *result = GBS_vglobal_string_copy(format, parg); \
29 #define FORWARD_FORMATTED_NORETURN(receiver,format) \
32 va_start(parg, format); \
33 const char *result = GBS_vglobal_string(format, parg); \
39 #error arb_msg_fwd.h included twice
40 #endif // ARB_MSG_FWD_H