10 lines
80 B
C
Raw Normal View History

2025-04-10 17:31:33 +08:00
#ifndef _MW_INIT_H_
#define _MW_INIT_H_
void middleware_init(void);
#endif