⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 util.h

📁 libnids w32 libnids w32 libnids w32 libnids w32 libnids w32
💻 H
字号:
/*  Copyright (c) 1999 Rafal Wojtczuk <nergal@avet.com.pl>. All rights reserved.  See the file COPYING for license details.*/#ifndef _NIDS_UTIL_H#define _NIDS_UTIL_H#define mknew(x)	(x *)test_malloc(sizeof(x))#define b_comp(x,y)	(!memcmp(&(x), &(y), sizeof(x)))struct proc_node {  void (*item)();  struct proc_node *next;};struct lurker_node {  void (*item)();  void *data;  char whatto;  struct lurker_node *next;};void nids_no_mem(char *);char *test_malloc(int);inline int before(u_int seq1, u_int seq2);inline int after(u_int seq1, u_int seq2);#endif /* _NIDS_UTIL_H */

⌨️ 快捷键说明

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