Sha256: 23c95978b0f7c4be65623b431c2748c794ec81c29d8af4e5a5f64b227384ba94
Contents?: true
Size: 283 Bytes
Versions: 8
Compression:
Stored size: 283 Bytes
Contents
#ifndef _INC_ROTOSCOPE_STRMEMO_H_ #define _INC_ROTOSCOPE_STRMEMO_H_ #include "uthash.h" typedef struct { unsigned long key; UT_hash_handle hh; } rs_strmemo_t; bool rs_strmemo_uniq(rs_strmemo_t **calls, unsigned char *entry); void rs_strmemo_free(rs_strmemo_t *calls); #endif
Version data entries
8 entries across 8 versions & 1 rubygems