24 lines
422 B
C
Executable File
24 lines
422 B
C
Executable File
/*
|
|
* @Author: your name
|
|
* @Date: 2021-09-15 00:11:50
|
|
* @LastEditTime: 2021-09-16 23:12:11
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: /xcmd/inc/xcmd_default_cmds.h
|
|
*/
|
|
#ifndef XCMMD_DEFAULT_CMDS_H
|
|
#define XCMMD_DEFAULT_CMDS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
void default_cmds_init(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /*XCMMD_DEFAULT_CMDS_H*/
|