📅  最后修改于: 2022-03-11 14:57:26.381000             🧑  作者: Mango
#ifndef MY_FUNCTION_H
#define MY_FUNCTION_H
#ifdef __cplusplus
extern "C" {
#endif
int multiple(int x, int y);
#ifdef __cplusplus
}
#endif
#endif