Datasheet
The C and C++ Libraries
ARM DUI 0067D Copyright © 1999-2001 ARM Limited. All rights reserved. 4-85
4.11 Tailoring other C library functions
Implementation of the following ANSI standard functions depends entirely on the target
operating system. None of the functions listed below is used internally by the library.
So if any of these functions are not implemented, only applications calling the function
directly will fail.
The target-dependent ANSI C library functions are listed in Table 4-16.
The default implementation of these functions is semihosted. That is, each function uses
the semihosting SWI.
clock()
and
_clock_init()
must be reimplemented together or not at all.
Table 4-16 ANSI C library functions
Function Description
clock()
and
_clock_init()
clock() on page 4-86 and _clock_init() on
page 4-86
time()
time() on page 4-87
remove()
remove() on page 4-87
rename()
rename() on page 4-88
system()
system() on page 4-88
getenv()
getenv() on page 4-89
__getenv_init()
_getenv_init() on page 4-89