14 lines
171 B
C
Raw Permalink Normal View History

2025-04-10 17:31:33 +08:00
#ifndef __CONSOLE_CMD_H__
#define __CONSOLE_CMD_H__
#ifdef __cplusplus
extern "C" {
#endif
int fileNameToDir(char *name, char *dir);
#ifdef __cplusplus
}
#endif
#endif