MOS Source Code
|
#include <stdio.h>
#include <pb_decode.h>
#include <pb_encode.h>
#include "alltypes.pb.h"
#include "test_helpers.h"
Go to the source code of this file.
Classes | |
struct | faulty_stream_t |
Functions | |
bool | read_callback (pb_istream_t *stream, uint8_t *buf, size_t count) |
bool | write_callback (pb_ostream_t *stream, const uint8_t *buf, size_t count) |
int | main () |
Definition at line 17 of file io_errors.c.
Referenced by main().
Definition at line 31 of file io_errors.c.
Referenced by main().