xcmd/extensions/fs_cmds/fs_cmds.h

16 lines
163 B
C
Raw Normal View History

2021-10-11 21:53:35 +08:00
#ifndef FS_CMDS_H
#define FS_CMDS_H
#ifdef __cplusplus
extern "C" {
#endif
void fs_cmds_init(void);
#ifdef __cplusplus
}
#endif
#endif /* TEST_H */