mirror of
https://github.com/ThomasDickey/mawk-snapshots.git
synced 2026-01-27 03:14:29 +00:00
13 lines
565 B
Plaintext
13 lines
565 B
Plaintext
full-awk.dat(1):This has to be a small file to check if mawk handles write errors correctly
|
|
full-awk.dat(2):even on a full disk. It has to be smaller than the write buffer of the
|
|
mawktest.dat(1):
|
|
mawktest.dat(2):#include <zmalloc.h>
|
|
mawktest.dat(3):
|
|
mawktest.dat(4):extern unsigned hash() ;
|
|
mawktest.dat(5):
|
|
mawktest.dat(6):/* An array A is a pointer to an array of struct array,
|
|
mawktest.dat(7): which is two hash tables in one. One for strings
|
|
mawktest.dat(8): and one for doubles.
|
|
mawktest.dat(9):
|
|
mawktest.dat(10): each array is of size A_HASH_PRIME.
|