lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
INLINE int is_equal(const struct svalue *,const struct svalue *);
INLINE int is_eq(const struct svalue *,const struct svalue *);
INLINE int is_lt(const struct svalue *a,const struct svalue *b);
INLINE int is_gt(const struct svalue *a,const struct svalue *b);

#ifdef ADD_CACHE_SIZE
struct add_cache_entry
{
  char *a,*b,*sum;
  int hits;
};

extern struct add_cache_entry add_cache[ADD_CACHE_SIZE];
void clean_add_cache(void);
void free_add_cache(void);
#endif