mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 19:03:15 +01:00
10 lines
131 B
C
10 lines
131 B
C
/*
|
|
* Copyright (C) 2007 Bahadir Balban
|
|
*/
|
|
#ifndef __INIT_H__
|
|
#define __INIT_H__
|
|
|
|
void initialise(void);
|
|
|
|
#endif /* __INIT_H__ */
|