#ifndef ALGO1_H #define ALGO1_H void stepAlgo1(void); void finalizeAlgo1(void); void initAlgo1(char * baseName); #endif /* ALGO1_H */