/* $Id: cm_dir.h 21 2024-09-14 12:39:39Z nishi $ */ #ifndef __CM_DIR_H__ #define __CM_DIR_H__ char** cm_scandir(const char* path); #endif