4.3 Standard C Library Functions That Require Modification
Although these functions are part of the Standard C Library, the object modules are distributed in the libc99-pic30-elf.a archive and the source code (for the compiler) is available in the src\pic30 folder. These modules are not distributed as part of libc99-elf.a.
getenv
- in stdlib.hremove
- in stdio.hrename
- in stdio.hsystem
in stdlib.htime
- in time.h
For a detailed list of Standard C library functions that require modification, see the Microchip Unified Standard Library Reference Guide (DS-50003209).