FreeCalypso > hg > ice1-trau-tester
view ater/read_file.h @ 34:f0b026615f3b
abis: forgot to clear tf.dl_ta_usec
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 13 Aug 2024 23:07:24 +0000 |
parents | 5405c1573027 |
children | db39e8855f3d |
line wrap: on
line source
/* * This header file defines the interface to the function that reads * binary files in our ad hoc format for TRAU testing. */ #pragma once #include <stdint.h> #include <stdbool.h> int read_binary_file(const char *filename, bool is_efr, uint8_t **bufret, unsigned *size_ret);