source: Main/trunk/Common/cm_dir.h@ 21

Last change on this file since 21 was 21, checked in by Nishi, on Sep 14, 2024 at 9:39:39 PM

can send file now

  • Property svn:keywords set to Id
File size: 100 bytes
RevLine 
[21]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
6char** cm_scandir(const char* path);
7
8#endif
Note: See TracBrowser for help on using the repository browser.