MOS Source Code
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pb_decode.h>
#include "oneof.pb.h"
#include "test_helpers.h"
#include "unittests.h"
Go to the source code of this file.
Functions | |
int | test_oneof_1 (pb_istream_t *stream, int option) |
int | test_oneof_2 (pb_istream_t *stream, int option) |
int | main (int argc, char **argv) |
Definition at line 56 of file decode_oneof.c.
Referenced by main().