Files
c-hello-project/include/add.h
2026-05-02 15:32:18 +08:00

4 lines
57 B
C

#ifndef ADD_H
#define ADD_H
int add(int a, int b);
#endif