view interps/cfunge/cfunge-src/lib/libghthash/README @ 7759:b4341511eb47

<fizzie> ` echo -e \'#! /bin/bash\\ncmd="$1"\\nshift\\nf="$*"\\nif [ -z "$f" && "$f" == *\\\\ * ]; then f="${cmd#* }"; cmd="${cmd%% *}"; fi\\nif [ -z "$f" ]; then echo try: \\\\`f command filename; else "$cmd" "$(< "$f")"; fi\' > bin/f
author HackBot
date Wed, 04 May 2016 21:35:48 +0000
parents 859f9b4339e6
children
line wrap: on
line source

This directory contains part of libghthash-0.6.2 from
http://www.ipd.bth.se/ska/sim_home/libghthash.html
Only the parts cfunge use are included. See website for more information on the
library.

It has been changed to:
 * Use Boehm-GC.
 * Use C99 stuff when possible.
 * Not be generic, but use the exact data types we handle.
 * Hard code stuff in to avoid function pointers.
 * Possibly some other stuff.