This commit is contained in:
Joel Sherrill
1998-03-11 22:06:41 +00:00
parent e25b7eecf2
commit 2d19ed6c69
21 changed files with 754 additions and 0 deletions

31
doc/posix1003.1/ch08.t Normal file
View File

@@ -0,0 +1,31 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter Language-Specific Services for the C Programming Language
@section Referenced C Language Routines
@subsection Extensions to Time Functions
@subsection Extensions to setlocale() Function
@section C Language Input/Output Functions
@subsection Map a Stream Pointer to a File Descriptor
@subsection Open a Stream on a File Descriptor
@subsection Interactions of Other FILE-Type C Functions
@subsection Operations on Files -- the remove() Function
@subsection Temporary File Name -- the tmpnam() Function
@subsection Stdio Locking Functions
@subsection Stdio With Explicit Client Locking
@section Other C Language Functions
@subsection Nonlocal Jumps
@subsection Set Time Zone
@subsection Find String Token
@subsection ASCII Time Representation
@subsection Current Time Representation
@subsection Coordinated Universal Time
@subsection Local Time
@subsection Pseudo-Random Sequence Generation Functions