Files
wizapp-stdlib/tests/cpath/test_cpath.h
T
2026-06-26 15:53:08 +01:00

11 lines
216 B
C

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