博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GNU 编码标准
阅读量:6871 次
发布时间:2019-06-26

本文共 1311 字,大约阅读时间需要 4 分钟。

  hot3.png

GNU 编码标准

870
最近更新日期: 2002/10/08 Tue 10:50:24+0800 CST

GNU 编码标准

引用私有程序

接受他人的奉献
修改日志(Change Logs)
与其它实现的兼容性
Makefile惯例
Makefile的通用惯例
Makefile中的工具
为用户提供的标准目标
为指明命令而提供的变量
为安装目录而提供的变量
配置是如何进行的
使用C以外的语言
格式化你的源代码
为你的工作写注释
清晰地使用C语言成分
命名变量和函数
使用非标准的特征
适用于所有程序的程序行为
格式化错误信息
库的行为
适用于GNU的移植性
命令行界面标准
为程序制作文档
制作发行包

--------------------------------------------------------------------------------

GNU编码标准

GNU编码标准@author{Richard Stallman} @author{last updated 03 Feb 1993}

Copyright (C) 1992, 1993 Free Software Foundation

Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Free Software Foundation.

--------------------------------------------------------------------------------

本文由王立翻译. 1999.11.9

转载于:https://my.oschina.net/tadcat/blog/147767

你可能感兴趣的文章
这7个人生捷径,一定不要走!
查看>>
Koa2+Mysql搭建简易博客
查看>>
Atom 初识
查看>>
Servlet、Filter和Listener
查看>>
高中数学运算能力训练题【基础中阶高阶辅导】
查看>>
插件就是生产力——那些不能错过的XCode插件们
查看>>
Python打造一个在线G代码生成器
查看>>
ionic开发-怪癖001(http请求 android下无法正常运行)
查看>>
Java实现的基于socket的一次通信
查看>>
Form保存顺序
查看>>
[python]错误检测及异常处理try-except
查看>>
SharePoint 2010 "客户端不支持使用windows资源管理器打开此列表" 解决方法
查看>>
ZOJ-2913 Bus Pass---BFS进阶版
查看>>
PHP 依赖管理神器 Composer 基本使用
查看>>
sass进阶篇
查看>>
为项目配置logback日志
查看>>
另外一种C#多选下拉框
查看>>
【iOS-Cocos2d游戏开发之十九】游戏数据存储的四种常用方式NSKeyedArchiver/NSUserDefaults/Write写入/SQLite3...
查看>>
“李开复”危机
查看>>
libvirt 网络
查看>>