Parent Directory | Revision Log | Revision Graph
update
1 | /* $Id: cm_dir.h 21 2024-09-14 12:39:39Z nishi $ */ |
2 | |
3 | #ifndef __CM_DIR_H__ |
4 | #define __CM_DIR_H__ |
5 | |
6 | char** cm_scandir(const char* path); |
7 | |
8 | #endif |
nishi@chaotic.ninja | ViewVC Help |
Powered by ViewVC 1.3.0-dev |