Linux C编程例子

源代码在线查看: mytool2.c

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

相关代码

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

相关资源