1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-06-02 03:15:40 +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 <stdlib.h>
int test_read();
int test_write();
int test_write(const char* file_name, const back_end_t backend);
int test_read(const char* file_name, const back_end_t backend);
int main() {