RosettaCodeData/Task/Executable-library/C/executable-library-1.c

8 lines
116 B
C
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
#ifndef HAILSTONE
#define HAILSTONE
long hailstone(long, long**);
void free_sequence(long *);
#endif/*HAILSTONE*/