Files
wizapp-stdlib/tests/cpath/test_cpath.h
2025-05-05 02:48:35 +01:00

11 lines
210 B
C

#ifndef TEST_CPATH_H
#define TEST_CPATH_H
#include "wapp.h"
TestFuncResult test_cpath_join_path(void);
TestFuncResult test_cpath_dirname(void);
TestFuncResult test_cpath_dirup(void);
#endif // !TEST_CPATH_H