GNU C库技术手册:英文版(1、2卷)
分類: 图书,计算机/网络,程序设计,C C++ C# VC VC++,
作者: (美)鲁斯摩尔 等著
出 版 社: 机械工业出版社
出版时间: 2000-8-1字数:版次: 1版1次页数: 1080印刷时间:开本:印次:纸张:I S B N : 9787111081760包装: 精装编辑推荐
C语言本身并没有提供内置的功能来完成诸如输入/输出、内存管理、字符串操作等任务,这些功能定义在标准的库中,开发人员在编译和链接程序时必须要使用库。
本手册描述的是GNU C LIBRARY,它定义了所有的库函数,而且符合ANSI C标准、POSIX的附加特性和其他UNIX版本变种的特点。GNU C LIGRARY 支持ANSI C -1989、POSIX 1003.1-1990 和POSIX 1003.2-1992大多数函数,与4.4BSD向上兼容,包括许多SYSTEM V的函数,加上GNU的扩充。
内容简介
C语言本身并没有提供内置的功能来完成诸如输入/输出、内存管理、字符串操作等任务,这些功能定义在标准的库中,开发人员在编译和链接程序时必须要使用库。
本手册描述的是GNU C LIBRARY,它定义了所有的库函数,而且符合ANSI C标准、POSIX的附加特性和其他UNIX版本变种的特点。GNU C LIGRARY 支持ANSI C -1989、POSIX 1003.1-1990 和POSIX 1003.2-1992大多数函数,与4.4BSD向上兼容,包括许多SYSTEM V的函数,加上GNU的扩充。
目录
Introduction
Error Reporting
Memory Allocation
Character Handling
String and Array Utilities
Character Set Handling
Locales and Internationalization
Message Translation
Searching and Sorting
Pattern Matching
Input/Output Overview
Input/Output on Streams
Low-Level Input/Output
File System Interface
Pipes and FIFOS
Sockets
Low-Level Terminal Interface
Mathematics
Arithmetic Functions
Date and Time
Non-Local Exits
Singal Handling
Process Startup and Termination
Processes
Job Control
System Databases and Name Service Switch
Users and Groups
System Information
System Configuration Parameters
DES Encryption and Password Handling
POSIX Threads