mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-03-04 06:10:23 +01:00
Function prototypes in tests
This commit is contained in:
parent
f6407397cf
commit
3a6e7c93af
@ -3,8 +3,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
int test_read();
|
int test_write(const char* file_name, const back_end_t backend);
|
||||||
int test_write();
|
int test_read(const char* file_name, const back_end_t backend);
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user