Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
cxa_atexit.c File Reference
#include <stdlib.h>
Include dependency graph for cxa_atexit.c:

Go to the source code of this file.

Functions

 __attribute__ ((weak))
 

Function Documentation

◆ __attribute__()

__attribute__ ( (weak)  )

Definition at line 3 of file cxa_atexit.c.

4 {
5  (void)function;
6  (void)arg;
7  (void)d;
8 
9  // EA libc does not exit on baremetal systems
10  return 0;
11 }