Loading [MathJax]/extensions/tex2jax.js
CS350 COS
COS
All Data Structures Files Functions Variables Typedefs Macros
abort.c File Reference
#include <stdint.h>
#include <stdlib.h>
#include <sys/cdefs.h>
#include <syscall.h>
Include dependency graph for abort.c:

Go to the source code of this file.

Functions

NO_RETURN void abort ()
 

Function Documentation

◆ abort()

NO_RETURN void abort ( void  )

Definition at line 9 of file abort.c.

10{
11 OSExit(-1);
12
14}
#define UNREACHABLE
Definition: cdefs.h:14
void OSExit(int status)
Definition: syscall.c:17
Here is the call graph for this function:
Here is the caller graph for this function: