#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "utils.h"Go to the source code of this file.
Defines | |
| #define | NUM_SIDE 5 |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| int | cgfile |
| int | cgbase |
| int | cgzone |
| int | cgcoord |
| int | size [9] |
| float | coord [NUM_SIDE *NUM_SIDE *NUM_SIDE] |
| #define NUM_SIDE 5 |
Definition at line 12 of file write_links.c.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 16 of file write_links.c.
| int cgbase |
Definition at line 9 of file write_links.c.
| int cgcoord |
Definition at line 9 of file write_links.c.
| int cgfile |
Definition at line 9 of file write_links.c.
| int cgzone |
Definition at line 9 of file write_links.c.
| float coord[NUM_SIDE *NUM_SIDE *NUM_SIDE] |
Definition at line 14 of file write_links.c.
| int size[9] |
Definition at line 10 of file write_links.c.
1.5.9