day8 coding: 静态库的生成和使用

This commit is contained in:
2023-07-12 10:38:10 +08:00
parent ff10f99477
commit 06c95ae1a1
4 changed files with 35 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef __MY_H__
#define __MY_H__
#include <stdio.h>
extern int sum(int, int);
extern int sub(int, int);
#endif
Binary file not shown.