ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Common/cm_dir.h
Revision: 1.1
Committed: Thu Oct 17 09:53:38 2024 UTC (4 weeks ago) by nishi
Content type: text/x-c
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Log Message:
update

File Contents

# User Rev Content
1 nishi 1.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