1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

Function prototypes in tests

This commit is contained in:
Anthony Scemama 2021-06-02 10:27:11 +02:00
parent f6407397cf
commit 3a6e7c93af

View File

@ -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() {