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

This commit is contained in:
2023-07-12 11:41:46 +08:00
parent 0baf7f02f8
commit 67ac07b1a4
5 changed files with 47 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef __MY_H__
#define __MY_H__
#include <stdio.h>
int sum(int, int);
int sub(int, int);
#endif
BIN
View File
Binary file not shown.