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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [stdlib/] [stdlib.tex] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 14... Line 14...
* 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
* 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
 
* 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
* 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
* 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
Line 66... Line 70...
 
 
@page
@page
@include stdlib/ecvtbuf.def
@include stdlib/ecvtbuf.def
 
 
@page
@page
 
@include stdlib/envlock.def
 
 
 
@page
@include stdlib/exit.def
@include stdlib/exit.def
 
 
@page
@page
@include stdlib/getenv.def
@include stdlib/getenv.def
 
 
Line 87... Line 94...
 
 
@page
@page
@include stdlib/mlock.def
@include stdlib/mlock.def
 
 
@page
@page
 
@include stdlib/mblen.def
 
 
 
@page
 
@include stdlib/mbstowcs.def
 
 
 
@page
@include stdlib/mbtowc.def
@include stdlib/mbtowc.def
 
 
@page
@page
@include stdlib/qsort.def
@include stdlib/qsort.def
 
 
Line 108... Line 121...
 
 
@page
@page
@include stdlib/system.def
@include stdlib/system.def
 
 
@page
@page
 
@include stdlib/wcstombs.def
 
 
 
@page
@include stdlib/wctomb.def
@include stdlib/wctomb.def
 
 
 No newline at end of file
 No newline at end of file
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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