列出一个目录中的所有文件
时间:2010-12-05 来源:longmenyu
#include <stdio.h> |
编译源文件: gcc -o listfile listfile.c 执行文件: ./listfile ~/eagle 输出结果: Can't open /home/longmenyu/eagle 执行文件: ./listfile ~/test/code 输出结果: listfile hello mythread . .. main_function 执行文件: ./listfile /home /home/longmenyu/test 输出结果: the number of arguments is wrong!: Success