DEVICE_TERMINATE(3)
SCORE-D DEVICE PROGRAMMING
DEVICE_TERMINATE(3)

NAME
device_terminate - terminate the process

SYNOPSIS
#include <score_device.h>

void device_terminate(int exit_code);

DESCRIPTION
The device_terminate() function terminates the device (server) process issuing the function. It never returns from the function.

SEE ALSO
Device programming example

$Id: device_terminate.html,v 1.2 2002/02/27 12:39:35 liu Exp $