OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [stdlib/] [stdlib.tex] - Blame information for rev 39

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 lampret
@node Stdlib
2
@chapter Standard Utility Functions (@file{stdlib.h})
3
 
4
This chapter groups utility functions useful in a variety of programs.
5
The corresponding declarations are in the header file @file{stdlib.h}.
6
 
7
@menu
8
* abort::       Abnormal termination of a program
9
* abs::         Integer absolute value (magnitude)
10
* assert::      Macro for Debugging Diagnostics
11
* atexit::      Request execution of functions at program exit
12
* atof::        String to double or float
13
* atoi::        String to integer
14
* bsearch::     Binary search
15
* calloc::      Allocate space for arrays
16
* div::         Divide two integers
17
* ecvtbuf::     Double or float to string of digits
18
* ecvt::        Double or float to string of digits (malloc result)
19
* gvcvt::       Format double or float as string
20
* exit::        End program execution
21
* getenv::      Look up environment variable
22
* labs::        Long integer absolute value (magnitude)
23
* ldiv::        Divide two long integers
24
* malloc::      Allocate and manage memory (malloc, realloc, free)
25
* mallinfo::    Get information about allocated memory
26
* __malloc_lock::       Lock memory pool for malloc and free
27
* mbtowc::      Minimal multibyte to wide character converter
28
* qsort::       Sort an array
29
* rand::        Pseudo-random numbers
30
* strtod::      String to double or float
31
* strtol::      String to long
32
* strtoul::     String to unsigned long
33
* system::      Execute command string
34
* wctomb::      Minimal wide character to multibyte converter
35
@end menu
36
 
37
@page
38
@include stdlib/abort.def
39
 
40
@page
41
@include stdlib/abs.def
42
 
43
@page
44
@include stdlib/assert.def
45
 
46
@page
47
@include stdlib/atexit.def
48
 
49
@page
50
@include stdlib/atof.def
51
 
52
@page
53
@include stdlib/atoi.def
54
 
55
@page
56
@include stdlib/bsearch.def
57
 
58
@page
59
@include stdlib/calloc.def
60
 
61
@page
62
@include stdlib/div.def
63
 
64
@page
65
@include stdlib/efgcvt.def
66
 
67
@page
68
@include stdlib/ecvtbuf.def
69
 
70
@page
71
@include stdlib/exit.def
72
 
73
@page
74
@include stdlib/getenv.def
75
 
76
@page
77
@include stdlib/labs.def
78
 
79
@page
80
@include stdlib/ldiv.def
81
 
82
@page
83
@include stdlib/malloc.def
84
 
85
@page
86
@include stdlib/mstats.def
87
 
88
@page
89
@include stdlib/mlock.def
90
 
91
@page
92
@include stdlib/mbtowc.def
93
 
94
@page
95
@include stdlib/qsort.def
96
 
97
@page
98
@include stdlib/rand.def
99
 
100
@page
101
@include stdlib/strtod.def
102
 
103
@page
104
@include stdlib/strtol.def
105
 
106
@page
107
@include stdlib/strtoul.def
108
 
109
@page
110
@include stdlib/system.def
111
 
112
@page
113
@include stdlib/wctomb.def

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.