feat: implemented errno, strtol. Started ustar. Reformatted headers and
code. Added some self-tests. Started prepwork for vfs.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#ifndef NEW_KERNEL_PARAM_H
|
||||
#define NEW_KERNEL_PARAM_H
|
||||
|
||||
#define MIN(a,b) (((a)<(b))?(a):(b))
|
||||
#define MAX(a,b) (((a)>(b))?(a):(b))
|
||||
#define MIN(a, b) (((a)<(b))?(a):(b))
|
||||
#define MAX(a, b) (((a)>(b))?(a):(b))
|
||||
|
||||
#endif //NEW_KERNEL_PARAM_H
|
||||
|
||||
Reference in New Issue
Block a user