interp.h

来自「一个学习SNMP项目:tmoerlan.」· C头文件 代码 · 共 18 行

H
18
字号
/* snap-1.0. Copyright (C) 2000 by Jonathan T. Moore and Michael Hicks. * * interp.h: interface to the main SNAP virtual machine. * * $Id: interp.h,v 1.2 2003/09/17 11:26:10 tmoerlan Exp $ */#ifndef _SNAP_INTERP_H_#define _SNAP_INTERP_H_#include "packet.h"extern int snap_interp_packet(packet_t *p);extern int heap_alloc(packet_t *p, int lenb, int flag, 		      heap_obj **ho, int *hoffset);#endif /* !_SNAP_INTERP_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?