Linux C编程例子

源代码在线查看: mytool1.c

软件大小: 50 K
上传用户: alin
关键词: Linux 编程
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include "mytool1.h" 
				void mytool1_print(char *print_str) 
				{ 
				printf("This is mytool1 print %s\n",print_str); 
				} 
							

相关资源