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

Go to the source code of this file.

Functions

 __attribute__ ((weak, noreturn))
 

Function Documentation

◆ __attribute__()

__attribute__ ( (weak, noreturn)  )

Definition at line 3 of file quick_exit.c.

4 {
5  _Exit(rc);
6 }
void _Exit(int) __attribute__((noreturn))

References _Exit().