ReactOS 0.4.16-dev-822-gbcedb53
fileio.c File Reference
#include "_tfileio.c"
Include dependency graph for fileio.c:

Go to the source code of this file.

Functions

int run_ansi_tests (int test_num)
 

Function Documentation

◆ run_ansi_tests()

int run_ansi_tests ( int  test_num)

Definition at line 28 of file fileio.c.

29{
30 return test_files(test_num, "ANSI");
31}
static int test_files(int test_num, char *type)
Definition: _tfileio.c:379

Referenced by main().