04 2021 档案

摘要:cmake_minimum_required(VERSION 2.8) project(app) #指定生成的版本 set(CMAKE_BUILD_TYPE DEBUG) # 例程:cmake .. -DCURRENT_COMPILER=ARM if(CURRENT_COMPILER MATCHES 阅读全文
posted @ 2021-04-30 12:21 joyce3800 阅读(72) 评论(0) 推荐(0)
摘要:int os_sock_ipv4_is_valied(const char *addr) { uint32_t seg[4] = {0}; const char *start, *end; int cnt = 0; if (!addr || (!*addr)) { error("not invali 阅读全文
posted @ 2021-04-26 13:49 joyce3800 阅读(573) 评论(0) 推荐(0)
摘要:os_vimp.h /* * @Description:数据类型简秿 * @Author: wlyu * @Date: 2021-03-09 17:32:03 * @LastEditTime: 2021-04-13 15:46:07 * @LastEditors: wlyu * @Reference 阅读全文
posted @ 2021-04-13 18:29 joyce3800 阅读(61) 评论(0) 推荐(0)