18 lines
187 B
C
18 lines
187 B
C
/*
|
|
* $Id: hash.h,v 1.1 2005-11-07 16:02:44 bacon Exp $
|
|
*/
|
|
|
|
#ifndef _XP_AWK_HASH_H_
|
|
#define _XP_AWK_HASH_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|