Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
at_quick_exit.c File Reference
#include <stdlib.h>
Include dependency graph for at_quick_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_quick_exit.c.

4 {
5  (void)func;
6 
7  // EA libc does not exit on bare metal systems
8  return 0;
9 }