⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 archstat.h

📁 klibc精简化的c程序库
💻 H
字号:
#ifndef _KLIBC_ARCHSTAT_H#define _KLIBC_ARCHSTAT_H#include <klibc/stathelp.h>#define _STATBUF_ST_NSECstruct stat {	__stdev64	(st_dev);	unsigned long long st_ino;	unsigned int	st_mode;	unsigned int	st_nlink;	unsigned int	st_uid;	unsigned int	st_gid;	__stdev64	(st_rdev);	unsigned char	__pad3[8];	long long	st_size;	unsigned int	st_blksize;	unsigned char	__pad4[8];	unsigned int	st_blocks;	struct timespec st_atim;	struct timespec st_mtim;	struct timespec st_ctim;	unsigned int	__unused4;	unsigned int	__unused5;};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -