qfedu-c-level/day7/d9/help.h

7 lines
126 B
C
Raw Normal View History

2023-07-11 19:52:53 +08:00
#include <stdio.h>
// 内部函数
static void _show_sum(int a, int b, int c);
// 全局函数
void twoNumAdd(int a, int b);