simple.h
来自「网络数据管理协议的开发」· C头文件 代码 · 共 25 行
H
25 行
/* -*- 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 + =
减小字号Ctrl + -
显示快捷键?