资源简介
ncurses source code, linux
代码片段和文件信息
/****************************************************************************
* Copyright (c) 199820102011 Free Software Foundation Inc. *
* *
* Permission is hereby granted free of charge to any person obtaining a *
* copy of this software and associated documentation files (the *
* “Software“) to deal in the Software without restriction including *
* without limitation the rights to use copy modify merge publish *
* distribute distribute with modifications sublicense and/or sell *
* copies of the Software and to permit persons to whom the Software is *
* furnished to do so subject to the following conditions: *
* *
* The above copyright notice and this permission notice shall be included *
* in all copies or substantial portions of the Software. *
* *
* THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS *
* OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
* MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
* IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM *
* DAMAGES OR OTHER LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR *
* OTHERWISE ARISING FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
* THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
* *
* Except as contained in this notice the name(s) of the above copyright *
* holders shall not be used in advertising or otherwise to promote the *
* sale use or other dealings in this Software without prior written *
* authorization. *
****************************************************************************/
/****************************************************************************
* Author: Juergen Pfeifer 1996 *
****************************************************************************/
/*
Version Control
$Id: gen.cv 1.59 2011/03/31 23:50:24 tom Exp $
--------------------------------------------------------------------------*/
/*
This program generates various record structures and constants from the
ncurses header file for the Ada95 packages. Essentially it produces
Ada95 source on stdout which is then merged using m4 into a template
to produce the real source.
*/
#ifdef HAVE_CONFIG_H
#include
#else
#include
#define HAVE_USE_DEFAULT_COLORS 1
#endif
#include
#include
#include
#include
#include
#include
#include
相关资源
- uboot到linux logo显示不间断 补丁
- UNIX/LINUX编程实践教程的源码
- Linux任务管理器
- linux应用层的华容道游戏源代码
- ubuntu9.10 可加载内核模块和字符设备驱
- MP3文件ID3v2ID3v2APEv2标签读取
- 操作系统实验——虚存管理实验
- linux下的发包工具sendip
- 尚观培训linux许巍关于c 的笔记和讲义
- 尚观培训linux董亮老师关于数据结构的
- linux 线程池源码 c 版
- linux C 电梯程序练习
- linux下用多进程同步方法解决生产者
- Linux 操作系统实验(全)
- Linux From Scratch 中文手册
- linux 网络实验 ftp程序
- Linux命令大全离线版&在线版
- 操作系统共享内存实验
- dos 下运行Linux 命令--gnu_utils
- linux 0.12内核源代码
- linux简易shell C实现
- linux实验报告及心得体会
- 基于GTK的Linux环境下的简易任务管理器
- linux扫雷游戏代码
- CAN Linux驱动代码
- Linux系统教材
- intel 82579LM 网卡驱动Linux系统版 v1.9.
- SA1110处理器掌上电脑液晶显示器设计
- 基于Linux的串口服务器设计
- Windows下访问LINUX的利器-SSH
评论
共有 条评论