11 lines
216 B
C
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
|