embedded_explorer.h

来自「it is about embeded system」· C头文件 代码 · 共 19 行

H
19
字号
/***************************************************  Copyright(C), 2008 , JUST  File name:embedded_explorer.h  Author:StevenZ       Version:0.9        Date:08/09/21  Description: embedded_explorer.c的头文件***************************************************/#ifndef _EMBEDDED_EXPLORER_H#define _EMBEDDED_EXPLORER_H #include <stdio.h>
#include <stdlib.h> 
#include <unistd.h>
#include <fcntl.h>#include <time.h>#include <errno.h>#include <pthread.h>#include "web_show.h" #endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?