Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 108.162.241.240
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-5.15.0-25 /
include /
vdso /
[ HOME SHELL ]
Name
Size
Permission
Action
bits.h
171
B
-rw-r--r--
clocksource.h
479
B
-rw-r--r--
const.h
196
B
-rw-r--r--
datapage.h
4.12
KB
-rw-r--r--
helpers.h
1.27
KB
-rw-r--r--
jiffies.h
298
B
-rw-r--r--
ktime.h
454
B
-rw-r--r--
limits.h
564
B
-rw-r--r--
math64.h
468
B
-rw-r--r--
processor.h
251
B
-rw-r--r--
time.h
190
B
-rw-r--r--
time32.h
274
B
-rw-r--r--
time64.h
426
B
-rw-r--r--
vsyscall.h
288
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : limits.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_LIMITS_H #define __VDSO_LIMITS_H #define USHRT_MAX ((unsigned short)~0U) #define SHRT_MAX ((short)(USHRT_MAX >> 1)) #define SHRT_MIN ((short)(-SHRT_MAX - 1)) #define INT_MAX ((int)(~0U >> 1)) #define INT_MIN (-INT_MAX - 1) #define UINT_MAX (~0U) #define LONG_MAX ((long)(~0UL >> 1)) #define LONG_MIN (-LONG_MAX - 1) #define ULONG_MAX (~0UL) #define LLONG_MAX ((long long)(~0ULL >> 1)) #define LLONG_MIN (-LLONG_MAX - 1) #define ULLONG_MAX (~0ULL) #define UINTPTR_MAX ULONG_MAX #endif /* __VDSO_LIMITS_H */
Close