source:
Main/trunk/Common/cm_dir.h@
277
Last change on this file since 277 was 21, checked in by , on Sep 14, 2024 at 9:39:39 PM | |
---|---|
|
|
File size: 100 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.