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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [stdlib/] [stdlib.tex] - Diff between revs 1010 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1010 Rev 1765
@node Stdlib
@node Stdlib
@chapter Standard Utility Functions (@file{stdlib.h})
@chapter Standard Utility Functions (@file{stdlib.h})
 
 
This chapter groups utility functions useful in a variety of programs.
This chapter groups utility functions useful in a variety of programs.
The corresponding declarations are in the header file @file{stdlib.h}.
The corresponding declarations are in the header file @file{stdlib.h}.
 
 
@menu
@menu
* abort::       Abnormal termination of a program
* abort::       Abnormal termination of a program
* abs::         Integer absolute value (magnitude)
* abs::         Integer absolute value (magnitude)
* assert::      Macro for Debugging Diagnostics
* assert::      Macro for Debugging Diagnostics
* atexit::      Request execution of functions at program exit
* atexit::      Request execution of functions at program exit
* atof::        String to double or float
* atof::        String to double or float
* atoi::        String to integer
* atoi::        String to integer
* bsearch::     Binary search
* bsearch::     Binary search
* calloc::      Allocate space for arrays
* calloc::      Allocate space for arrays
* div::         Divide two integers
* div::         Divide two integers
* ecvtbuf::     Double or float to string of digits
* ecvtbuf::     Double or float to string of digits
* ecvt::        Double or float to string of digits (malloc result)
* ecvt::        Double or float to string of digits (malloc result)
* __env_lock::          Lock environment list for getenv and setenv
* __env_lock::          Lock environment list for getenv and setenv
* gvcvt::       Format double or float as string
* gvcvt::       Format double or float as string
* exit::        End program execution
* exit::        End program execution
* getenv::      Look up environment variable
* getenv::      Look up environment variable
* labs::        Long integer absolute value (magnitude)
* labs::        Long integer absolute value (magnitude)
* ldiv::        Divide two long integers
* ldiv::        Divide two long integers
* malloc::      Allocate and manage memory (malloc, realloc, free)
* malloc::      Allocate and manage memory (malloc, realloc, free)
* mallinfo::    Get information about allocated memory
* mallinfo::    Get information about allocated memory
* __malloc_lock::       Lock memory pool for malloc and free
* __malloc_lock::       Lock memory pool for malloc and free
* mbstowcs::    Minimal multibyte string to wide string converter
* mbstowcs::    Minimal multibyte string to wide string converter
* mblen::       Minimal multibyte length
* mblen::       Minimal multibyte length
* mbtowc::      Minimal multibyte to wide character converter
* mbtowc::      Minimal multibyte to wide character converter
* qsort::       Sort an array
* qsort::       Sort an array
* rand::        Pseudo-random numbers
* rand::        Pseudo-random numbers
* rand48::      Uniformaly distributed pseudo-random numbers
* rand48::      Uniformaly distributed pseudo-random numbers
* strtod::      String to double or float
* strtod::      String to double or float
* strtol::      String to long
* strtol::      String to long
* strtoul::     String to unsigned long
* strtoul::     String to unsigned long
* system::      Execute command string
* system::      Execute command string
* wcstombs::    Minimal wide string to multibyte string converter
* wcstombs::    Minimal wide string to multibyte string converter
* wctomb::      Minimal wide character to multibyte converter
* wctomb::      Minimal wide character to multibyte converter
@end menu
@end menu
 
 
@page
@page
@include stdlib/abort.def
@include stdlib/abort.def
 
 
@page
@page
@include stdlib/abs.def
@include stdlib/abs.def
 
 
@page
@page
@include stdlib/assert.def
@include stdlib/assert.def
 
 
@page
@page
@include stdlib/atexit.def
@include stdlib/atexit.def
 
 
@page
@page
@include stdlib/atof.def
@include stdlib/atof.def
 
 
@page
@page
@include stdlib/atoi.def
@include stdlib/atoi.def
 
 
@page
@page
@include stdlib/bsearch.def
@include stdlib/bsearch.def
 
 
@page
@page
@include stdlib/calloc.def
@include stdlib/calloc.def
 
 
@page
@page
@include stdlib/div.def
@include stdlib/div.def
 
 
@page
@page
@include stdlib/efgcvt.def
@include stdlib/efgcvt.def
 
 
@page
@page
@include stdlib/ecvtbuf.def
@include stdlib/ecvtbuf.def
 
 
@page
@page
@include stdlib/envlock.def
@include stdlib/envlock.def
 
 
@page
@page
@include stdlib/exit.def
@include stdlib/exit.def
 
 
@page
@page
@include stdlib/getenv.def
@include stdlib/getenv.def
 
 
@page
@page
@include stdlib/labs.def
@include stdlib/labs.def
 
 
@page
@page
@include stdlib/ldiv.def
@include stdlib/ldiv.def
 
 
@page
@page
@include stdlib/malloc.def
@include stdlib/malloc.def
 
 
@page
@page
@include stdlib/mstats.def
@include stdlib/mstats.def
 
 
@page
@page
@include stdlib/mlock.def
@include stdlib/mlock.def
 
 
@page
@page
@include stdlib/mblen.def
@include stdlib/mblen.def
 
 
@page
@page
@include stdlib/mbstowcs.def
@include stdlib/mbstowcs.def
 
 
@page
@page
@include stdlib/mbtowc.def
@include stdlib/mbtowc.def
 
 
@page
@page
@include stdlib/qsort.def
@include stdlib/qsort.def
 
 
@page
@page
@include stdlib/rand.def
@include stdlib/rand.def
 
 
@page
@page
@include stdlib/rand48.def
@include stdlib/rand48.def
 
 
@page
@page
@include stdlib/strtod.def
@include stdlib/strtod.def
 
 
@page
@page
@include stdlib/strtol.def
@include stdlib/strtol.def
 
 
@page
@page
@include stdlib/strtoul.def
@include stdlib/strtoul.def
 
 
@page
@page
@include stdlib/system.def
@include stdlib/system.def
 
 
@page
@page
@include stdlib/wcstombs.def
@include stdlib/wcstombs.def
 
 
@page
@page
@include stdlib/wctomb.def
@include stdlib/wctomb.def
 
 
 
 

powered by: WebSVN 2.1.0

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