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

Subversion Repositories or1k

[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libc/] [stdlib/] [stdlib.tex] - Blame information for rev 1765

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 56 joel
* __env_lock::          Lock environment list for getenv and setenv
20 39 lampret
* gvcvt::       Format double or float as string
21
* exit::        End program execution
22
* getenv::      Look up environment variable
23
* labs::        Long integer absolute value (magnitude)
24
* ldiv::        Divide two long integers
25
* malloc::      Allocate and manage memory (malloc, realloc, free)
26
* mallinfo::    Get information about allocated memory
27
* __malloc_lock::       Lock memory pool for malloc and free
28 56 joel
* mbstowcs::    Minimal multibyte string to wide string converter
29
* mblen::       Minimal multibyte length
30 39 lampret
* mbtowc::      Minimal multibyte to wide character converter
31
* qsort::       Sort an array
32
* rand::        Pseudo-random numbers
33
* strtod::      String to double or float
34
* strtol::      String to long
35
* strtoul::     String to unsigned long
36
* system::      Execute command string
37 56 joel
* wcstombs::    Minimal wide string to multibyte string converter
38 39 lampret
* wctomb::      Minimal wide character to multibyte converter
39
@end menu
40
 
41
@page
42
@include stdlib/abort.def
43
 
44
@page
45
@include stdlib/abs.def
46
 
47
@page
48
@include stdlib/assert.def
49
 
50
@page
51
@include stdlib/atexit.def
52
 
53
@page
54
@include stdlib/atof.def
55
 
56
@page
57
@include stdlib/atoi.def
58
 
59
@page
60
@include stdlib/bsearch.def
61
 
62
@page
63
@include stdlib/calloc.def
64
 
65
@page
66
@include stdlib/div.def
67
 
68
@page
69
@include stdlib/efgcvt.def
70
 
71
@page
72
@include stdlib/ecvtbuf.def
73
 
74
@page
75 56 joel
@include stdlib/envlock.def
76
 
77
@page
78 39 lampret
@include stdlib/exit.def
79
 
80
@page
81
@include stdlib/getenv.def
82
 
83
@page
84
@include stdlib/labs.def
85
 
86
@page
87
@include stdlib/ldiv.def
88
 
89
@page
90
@include stdlib/malloc.def
91
 
92
@page
93
@include stdlib/mstats.def
94
 
95
@page
96
@include stdlib/mlock.def
97
 
98
@page
99 56 joel
@include stdlib/mblen.def
100
 
101
@page
102
@include stdlib/mbstowcs.def
103
 
104
@page
105 39 lampret
@include stdlib/mbtowc.def
106
 
107
@page
108
@include stdlib/qsort.def
109
 
110
@page
111
@include stdlib/rand.def
112
 
113
@page
114
@include stdlib/strtod.def
115
 
116
@page
117
@include stdlib/strtol.def
118
 
119
@page
120
@include stdlib/strtoul.def
121
 
122
@page
123
@include stdlib/system.def
124
 
125
@page
126 56 joel
@include stdlib/wcstombs.def
127
 
128
@page
129 39 lampret
@include stdlib/wctomb.def
130 56 joel
 

powered by: WebSVN 2.1.0

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