📄 nodeptr40.h
字号:
/* Copyright (C) 2001-2005 by Hans Reiser, licensing governed by reiser4progs/COPYING. nodeptr40.h -- reiser4 nodeptr item structures. */#ifndef NODEPTR40_H#define NODEPTR40_H#include <aal/libaal.h>#include <reiser4/plugin.h>extern reiser4_core_t *nodeptr40_core;typedef struct nodeptr40 { d64_t ptr;} nodeptr40_t;#define nodeptr40_body(place) ((nodeptr40_t *)place->body)#define np40_get_ptr(np) aal_get_le64(np, ptr)#define np40_set_ptr(np, val) aal_set_le64(np, ptr, val)#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -