|
PLplot
5.15.0
|
#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[]) |
| #define DRVSPEC_LEN 400 |
Definition at line 36 of file test-drv-info.c.
| #define SYM_LEN 300 |
Definition at line 35 of file test-drv-info.c.
| RETSIGTYPE catch_segv | ( | int | sig | ) |
| RETSIGTYPE catch_segv | ( | int | PL_UNUSEDsig | ) |
Definition at line 43 of file test-drv-info.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 50 of file test-drv-info.c.