cowos
custom OS from scratch in C
git clone
git://git.daat.foo/cowos.git
Log
|
Files
|
Refs
|
README
|
LICENSE
cdefs.h (74B)
1
#ifndef _SYS_CDEFS_H
2
#define _SYS_CDEFS_H 1
3
4
#define __cow_libc 1
5
6
#endif