ack/util/led/archive.h
2015-06-24 23:41:47 +01:00

14 lines
266 B
C

/*
* The Amsterdam Compiler Kit
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef UTIL_LED_ARCHIVE_H
#define UTIL_LED_ARCHIVE_H
/* util/led/archive.c */
void arch(void);
void arch2(void);
#endif /* UTIL_LED_ARCHIVE_H */