• 大小: 420KB
    文件类型: .gz
    金币: 1
    下载: 0 次
    发布日期: 2021-05-24
  • 语言: 其他
  • 标签: boa  https  

资源简介

boa基于官网修改,添加了支持HTTPS功能,通过交叉编译,可运行板子上

资源截图

代码片段和文件信息

#include 
#include “compat.h“

int alphasort(const struct dirent **a const struct dirent **b)
{
    return (strcmp((*a)->d_name (*b)->d_name));
}

评论

共有 条评论