Implement realpath

This commit is contained in:
jD91mZM2
2018-10-07 10:32:36 +02:00
parent 26d629674a
commit 418a960f3b
11 changed files with 120 additions and 11 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
#ifndef _BITS_LIMIT_H
#define _BITS_LIMIT_H
#define MB_LEN_MAX 4 // unicode
#define CHAR_BIT __CHAR_BIT__
@@ -28,4 +31,4 @@
#define USHRT_MAX ((1 << 16) - 1)
#define WORD_BIT 32
#define PATH_MAX 4096
#endif