Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
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 }