資源簡介
boa基于官網(wǎng)修改,添加了支持HTTPS功能,通過交叉編譯,可運(yùn)行板子上
代碼片段和文件信息
#include?
#include?“compat.h“
int?alphasort(const?struct?dirent?**a?const?struct?dirent?**b)
{
????return?(strcmp((*a)->d_name?(*b)->d_name));
}
評論
共有 條評論