文件操作 - endianness.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/include/aarch64-linux-gnu/bits/endianness.h
编辑文件内容
#ifndef _BITS_ENDIANNESS_H #define _BITS_ENDIANNESS_H 1 #ifndef _BITS_ENDIAN_H # error "Never use <bits/endianness.h> directly; include <endian.h> instead." #endif /* AArch64 has selectable endianness. */ #ifdef __AARCH64EB__ # define __BYTE_ORDER __BIG_ENDIAN #else # define __BYTE_ORDER __LITTLE_ENDIAN #endif #endif /* bits/endianness.h */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件