config root man

Current Path : /usr/local/include/namazu/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/include/namazu/re.h

#ifndef _RE_H
#define _RE_H

#include "libnamazu.h" /* for NmzResult struct */

#define ALLOC_N(type,n) (type*)nmz_xmalloc(sizeof(type)*(n))
#define ALLOC(type) (type*)nmz_xmalloc(sizeof(type))
#define MEMZERO(p,type,n) memset((p), 0, sizeof(type)*(n))

extern NmzResult nmz_regex_grep ( const char *expr, FILE *fp, const char *field, int field_mode );

#endif /* _RE_H */

Man Man