资源简介
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
相关资源
- readline-5.2
- linux下libtinfo.so.5函数!!!!
- openldap-2.4.39源码
- SElinux:使用安全增强的Linux2--selinux
- Linux设备驱动程序第三版.pdf
- linux ramdisk.gz
- sac-101.4 for linux
- UNIX环境高级编程中文版文字版带目录
- 操作系统Linux课程总结
- RedHat 6 X64位下安装Informatica 9.5.1
- Linux Kernel Networking: Implementation and Th
- Linux+C编程一站式学习.chm
- cdlinux 无线网卡 驱动和安装教程
- linux知识点--思维导图文件xmind原件
- (自学笔记)最全嵌入式Linux学习手册
- Eclipse 搭建ARM Lniux 内核驱动开发环境
- Linux Kernel Development 3rd Edition - Robert
- 传智播客linux-sys.zh.pdf
- 大数据分析离线项目
- 马哥linux手写笔记
- SELinux书籍
- 《深入理解Linux内核》英文原版kindl
- Linux 设备驱动 kindle版英文电子书
- 基于linux在线电子词典
- linux下硬盘拓展
- linux环境下的网络爬虫
- tcpdump 源代码
- linux+QT下基于RTP协议的实时视频传输客
- LINUX下各种小程序源码
- h5py-2.10.0-cp37-cp37m-linux_armv7l.whl
评论
共有 条评论