9os
Experimental kernel using plan9 ideas for embedded device
git clone
git://git.simple-cc.org/9os
Log
|
Files
|
Refs
|
README
|
LICENSE
errno.h (66B)
1
#ifndef _ERRNO_H
2
#define _ERRNO_H
3
4
#include <sys/errno.h>
5
6
#endif