xcmd/extensions/ex_keys/ex_keys.h

15 lines
149 B
C
Raw Normal View History

#ifndef EX_KEYS_H
#define EX_KEYS_H
#ifdef __cplusplus
extern "C" {
#endif
void ex_keys_init(void);
#ifdef __cplusplus
}
#endif
2021-09-28 23:15:56 +08:00
#endif