212b3fa9d8
- dialog style main window - support to read compressed kernel image - automatic boot with timer - human readable configrarion file version no gets '1.15.00 2000.08.29'
5 lines
85 B
C
5 lines
85 B
C
#ifndef _STDDEF_H_
|
|
#define _STDDEF_H_
|
|
#define bzero(s, n) memset((s), 0, (n))
|
|
#endif
|