ack/util/led/finish.h

15 lines
254 B
C
Raw Normal View History

/*
* 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__ */