NLSL
catch.c File Reference
#include <stddef.h>
#include <signal.h>
#include "fortrancall.h"
Include dependency graph for catch.c:

Go to the source code of this file.

Functions

void sigint_handler (int sig)
 
void FORTRAN() catchc (int *flag)
 
void FORTRAN() uncatchc (int *flag)
 

Variables

void(* prev_handler )(int)
 

Function Documentation

void FORTRAN() catchc ( int *  flag)

Definition at line 33 of file catch.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void sigint_handler ( int  sig)

Definition at line 21 of file catch.c.

Here is the caller graph for this function:

void FORTRAN() uncatchc ( int *  flag)

Definition at line 49 of file catch.c.

Here is the caller graph for this function:

Variable Documentation

void(* prev_handler) (int)

Definition at line 13 of file catch.c.