#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "cgnslib.h"Go to the source code of this file.
Defines | |
| #define | NUM_SIDE 5 |
| #define | CHECK(L, B) if(!(B)){fprintf(stderr,"mismatch in %s\n",L);exit(1);} |
Functions | |
| void | error_exit (int iserr, char *msg) |
| int | main (int argc, char **argv) |
Variables | |
| float | coord [NUM_SIDE *NUM_SIDE *NUM_SIDE] |
| #define CHECK | ( | L, | |||
| B | ) | if(!(B)){fprintf(stderr,"mismatch in %s\n",L);exit(1);} |
Definition at line 13 of file test_goto.c.
| #define NUM_SIDE 5 |
Definition at line 9 of file test_goto.c.
| void error_exit | ( | int | iserr, | |
| char * | msg | |||
| ) |
Definition at line 15 of file test_goto.c.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 25 of file test_goto.c.
| float coord[NUM_SIDE *NUM_SIDE *NUM_SIDE] |
Definition at line 11 of file test_goto.c.
1.5.9