makefile示例及编写方法

源代码在线查看: mytool2.c

软件大小: 6 K
上传用户: leeixndong
关键词: makefile 编写
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*mytool2.c*/
				#include "mytool2.h"
				#include 
				void mytool2_print(char *print_str)
				{
				         printf("This is mytool2 print : %s ",print_str);
				}
							

相关资源