Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
Functions
at_exit.c File Reference
#include <
stdlib.h
>
Include dependency graph for at_exit.c:
Go to the source code of this file.
Functions
__attribute__
((weak))
Function Documentation
◆
__attribute__()
__attribute__
(
(weak)
)
Definition at line
3
of file
at_exit.c
.
4
{
5
(void)
function
;
6
// EA libc does not exit on bare metal systems
7
return
0;
8
}
src
crt
at_exit.c
Generated by
1.8.15