MOS Source Code
Loading...
Searching...
No Matches
test.c File Reference
#include "test.pb.h"
#include <unittests.h>
#include <pb_encode.h>
#include <pb_decode.h>
+ Include dependency graph for test.c:

Go to the source code of this file.

Functions

static bool write_array (pb_ostream_t *stream, const pb_field_t *field, void *const *arg)
 
static bool read_array (pb_istream_t *stream, const pb_field_t *field, void **arg)
 
int main ()
 

Function Documentation

◆ write_array()

static bool write_array ( pb_ostream_t * stream,
const pb_field_t * field,
void *const * arg )
static

Definition at line 6 of file test.c.

Referenced by main().

+ Here is the call graph for this function:

◆ read_array()

static bool read_array ( pb_istream_t * stream,
const pb_field_t * field,
void ** arg )
static

Definition at line 20 of file test.c.

Referenced by main().

+ Here is the call graph for this function:

◆ main()

int main ( void )

Definition at line 33 of file test.c.

+ Here is the call graph for this function: