1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef STEPS_H #define STEPS_H #include "pruning.h" #define NSTEPS 50 extern Step * steps[NSTEPS]; void free_localinfo(LocalInfo *li); LocalInfo * new_localinfo(); void prepare_step(Step *step); #endif
Generated with cgit - Back to sebastiano.tronto.net