Files
mr-library/include/mr_config.h
2023-11-27 23:16:16 +08:00

13 lines
177 B
C

#ifndef _MR_CONFIG_H_
#define _MR_CONFIG_H_
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _MR_CONFIG_H_ */