RTEMS  5.1
Typedefs | Functions
signal_2.c File Reference

POSIX Function Installs signal Handler. More...

#include <signal.h>
#include <errno.h>

Typedefs

typedef void(* sighandler_t) (int)
 

Functions

sighandler_t signal (int signum, sighandler_t handler)
 

Detailed Description

POSIX Function Installs signal Handler.