day8 coding: 动态库的生成和使用
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef __MY_H__
|
||||
#define __MY_H__
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int sum(int, int);
|
||||
int sub(int, int);
|
||||
|
||||
#endif
|
||||
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user