PLplot  5.15.0
test-drv-info.c File Reference
#include "plplotP.h"
#include <ltdl.h>
#include <stdio.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Macros

#define SYM_LEN   300
 
#define DRVSPEC_LEN   400
 

Functions

RETSIGTYPE catch_segv (int sig)
 
RETSIGTYPE catch_segv (int PL_UNUSED(sig))
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ DRVSPEC_LEN

#define DRVSPEC_LEN   400

Definition at line 36 of file test-drv-info.c.

◆ SYM_LEN

#define SYM_LEN   300

Definition at line 35 of file test-drv-info.c.

Function Documentation

◆ catch_segv() [1/2]

RETSIGTYPE catch_segv ( int  sig)

◆ catch_segv() [2/2]

RETSIGTYPE catch_segv ( int   PL_UNUSEDsig)

Definition at line 43 of file test-drv-info.c.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 50 of file test-drv-info.c.