15 lines
254 B
C
15 lines
254 B
C
|
/*
|
||
|
* finish.h
|
||
|
*
|
||
|
* Created on: 2018-11-17
|
||
|
* Author: Carl Eric Codere
|
||
|
*/
|
||
|
|
||
|
#ifndef __FINISH_H_INCLUDED__
|
||
|
#define __FINISH_H_INCLUDED__
|
||
|
|
||
|
void finish(void);
|
||
|
void do_crs(struct outname *base, unsigned int count);
|
||
|
|
||
|
#endif /* __FINISH_H_INCLUDED__ */
|