Subversion Repositories Tewi

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21 nishi 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