xattr.h
来自「linux得一些常用命令,以及linux环境下的c编程」· C头文件 代码 · 共 16 行
H
16 行
/* File: linux/xattr.h Extended attributes handling. Copyright (C) 2001 by Andreas Gruenbacher <a.gruenbacher@computer.org> Copyright (c) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.*/#ifndef _LINUX_XATTR_H#define _LINUX_XATTR_H#define XATTR_CREATE 0x1 /* set the value, fail if attr already exists */#define XATTR_REPLACE 0x2 /* set the value, fail if attr does not exist */#endif /* _LINUX_XATTR_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?