abort

Sends the signal SIGABRT that terminates execution of the program.

Format

#include  <stdlib.h>

void abort  (void);


Previous Page | Next Page | Table of Contents | Index