Skip to content

Commit

Permalink
libc: added limits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Oct 1, 2024
1 parent df61df8 commit 2e9fc46
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/include/limits.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* lux - a lightweight unix-like operating system
* Omar Elghoul, 2024
*
* Kernel-Level Partial Implementation of the C Library
*/

#pragma once

#define MAX_PATH 2048
#define ARG_MAX 128

0 comments on commit 2e9fc46

Please sign in to comment.