csignal.h File Reference

#include <signal.h>
#include "machine.h"

Include dependency graph for csignal.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void controlC_handler (int sig)
int C2F() csignal (void)


Function Documentation

void controlC_handler ( int  sig  ) 

TODO : comment

Parameters:
sig 

Definition at line 8 of file csignal.c.

00009 {
00010   int j = SIGINT;
00011   C2F(sigbas)(&j);
00012 }

int C2F() csignal ( void   ) 

TODO : comment

Definition at line 14 of file csignal.c.

References controlC_handler().

00015 {
00016   signal (SIGINT, controlC_handler);
00017   return(0);
00018 }

Here is the call graph for this function:


Generated on Sun Mar 4 15:14:45 2007 for Scilab [trunk] by  doxygen 1.5.1