14 lines
163 B
C
14 lines
163 B
C
|
/*
|
||
|
* laborlogo.h
|
||
|
*
|
||
|
* Created on: 13.04.2010
|
||
|
* Author: chris
|
||
|
*/
|
||
|
|
||
|
#ifndef LABORLOGO_H_
|
||
|
#define LABORLOGO_H_
|
||
|
|
||
|
void laborlogo();
|
||
|
|
||
|
#endif /* LABORLOGO_H_ */
|