随笔分类 -  apeu

摘要:dir=opendir(dir_buf);ptr=readdir(dir);//ptr为一个结构体 direntclosedir(dir); 1.存储目录中的文件信息(文件名、扩展名等等)#include struct dirent{ long d_ino; /inode number 索引节点... 阅读全文
posted @ 2014-04-21 14:10 海滨银枪小霸王 阅读(163) 评论(0) 推荐(0)
摘要:#!/bin/shcase `uname -s` in"FreeBSD") PLATFORM="freebsd" ;;"Linux") PLATFORM="linux" ;;"Darwin") PLATFORM="macos" ;;"SunOS") PLATFORM="solaris" ;;*) e... 阅读全文
posted @ 2014-04-21 10:15 海滨银枪小霸王 阅读(149) 评论(0) 推荐(0)
摘要:环境搭建需要自己完成,不能参考网上教程~ 阅读全文
posted @ 2014-04-21 10:11 海滨银枪小霸王 阅读(144) 评论(0) 推荐(0)