MOS Source Code
Loading...
Searching...
No Matches
msg_size.c
Go to the documentation of this file.
1#include "test.pb.h"
2
3PB_STATIC_ASSERT(testmessage_size >= 1+1+1+1+16, TESTMESSAGE_SIZE_IS_WRONG)
4
6{
7 return 0;
8}
9
MOSAPI int(2, 3) sprintf(char *__restrict str
int main()
Definition msg_size.c:5
#define PB_STATIC_ASSERT(COND, MSG)
Definition pb.h:186