#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "corsika-tape.h"
#include "corsika-particle.h"
Go to the source code of this file.
Macros | |
#define | SKIP 4 /* bytes to skip at beginning of file */ |
Functions | |
int | main (int argc, char **argv) |
Variables | |
char | trash [4] |
#define SKIP 4 /* bytes to skip at beginning of file */ |
Definition at line 10 of file list-particles.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 16 of file list-particles.c.
References exit, is_control, is_nucleus_r, is_particle_r, particle, PARTICLES_IN_SUB_BLOCK, RWORD, SKIP, sqrt(), and SUB_BLOCKS_IN_BLOCK.
char trash[4] |
Definition at line 12 of file list-particles.c.