includes.h
来自「AMLOGIC DPF source code」· C头文件 代码 · 共 29 行
H
29 行
/*******************************************************************
*
* Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
*
* Description:
*
* Author: Amlogic Software
* Created: Fri Nov 11 00:57:32 2005
*
*******************************************************************/
#ifndef _INCLUDES_H
#define _INCLUDES_H
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <os/libc.h>
#include "compiler.h"
#include "os_cpu.h"
#include <platform/os_cfg.h>
#include <os/os_api.h>
#include <os/extend/extend.h>
#include <typedefine.h>
#endif /* _INCLUDES_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?