![]() |
MOS Source Code
|
#include <assert.h>
#include <pb_decode.h>
#include "unittests.h"
#include "test.pb.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
bool | stream_callback (pb_istream_t *stream, uint8_t *buf, size_t count) |
int | main () |
Variables | |
const uint8_t | input_data [] |
const size_t | input_len = sizeof(input_data) |
const uint8_t input_data[] |
Definition at line 7 of file test.c.
Referenced by main(), and stream_callback().
const size_t input_len = sizeof(input_data) |
Definition at line 11 of file test.c.
Referenced by main(), and stream_callback().