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

Go to the source code of this file.

Functions

 __attribute__ ((weak, noreturn))
 

Function Documentation

◆ __attribute__()

__attribute__ ( (weak, noreturn)  )

Definition at line 4 of file abort.c.

5 {
6  _Exit(ENOTSUP);
7 }
void _Exit(int) __attribute__((noreturn))
#define ENOTSUP
Definition: errno.h:66

References _Exit(), and ENOTSUP.