📄 simple.h
字号:
/* -*- Mode: C -*- * simple.h * * Description : Simple dump/restore API. * * Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved. * * $Id: simple.h,v 1.4 1997/02/03 06:13:13 tim Exp $ */#ifndef _simple_h#define _simple_h#if !defined(lint) && !defined(SABER)static char simple_h_rcsId[] __attribute__ ((unused)) = "@(#) $Id: simple.h,v 1.4 1997/02/03 06:13:13 tim Exp $";#endif#include "module.h"ModuleStartFunc simpleStart;ModuleAbortFunc simpleAbort;ModuleGetAttrsFunc simpleGetAttrs;#endif /* _simple_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -