project.h
来自「linux下驱动程序设计的文章」· C头文件 代码 · 共 83 行
H
83 行
/************************************************* * nope - open source drivers for the yepp(tm) * *************************************************/ /* Copyright (c) 2001, James McKenzie. * All rights reserved * * By using this file, you agree to the terms and conditions set * forth in the LICENCE file which can be found at the top level of * the nope distribution. Neither James McKenzie nor anybody else * warranties that it is legal to use this software - that is your * problem. * * yepp is a trademark of Samsung. * *//* * project.h: * * Copyright (c) 2001 James McKenzie <james@fishsoup.dhs.org>, * All rights reserved. * *//* * $Id: project.h,v 1.9 2001/05/07 00:08:12 root Exp $ *//* * $Log: project.h,v $ * Revision 1.9 2001/05/07 00:08:12 root * # * * Revision 1.8 2001/01/07 03:48:47 root * # * * Revision 1.7 2001/01/04 22:27:59 root * # * * Revision 1.6 2001/01/04 22:01:29 root * # * * Revision 1.5 2001/01/04 15:51:02 root * # * * Revision 1.4 2001/01/04 13:52:31 root * # * * Revision 1.3 2001/01/04 06:07:21 root * # * * Revision 1.2 2001/01/04 02:57:39 root * # * */#ifndef __PROJECT_H__#define __PROJECT_H__#include <stdio.h>#include <malloc.h>#include <stdlib.h>#include <stdarg.h>#include <sys/time.h>#include <string.h>#include <strings.h>#include <unistd.h>#ifdef HIFI#include "libfiles.h"#endif#include "yepplib.h"#include "prototypes.h"#define MOAN moan#endif /* __PROJECT_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?