🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 15:07:19 | PHP 8.2.32
📂
/ (Root)
/
usr
/
include
/
linux
📍 /usr/include/linux
🔄 Refresh
✏️
Editing: times.h
Read Only
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _LINUX_TIMES_H #define _LINUX_TIMES_H #include <linux/types.h> struct tms { __kernel_clock_t tms_utime; __kernel_clock_t tms_stime; __kernel_clock_t tms_cutime; __kernel_clock_t tms_cstime; }; #endif
💾 Save Changes
❌ Cancel