1
0
Files
2022-09-29 17:59:04 +03:00

7 lines
335 B
Plaintext

This directory contains the miscellaneous code used by the SEM.
Dlist.c - Code manipulates a doubly-linked list.
alloc.c - Code to allocate and de-allocate memory.
alloc.h - Include file for alloc.c
strings.c - Code to manipulate a string table.
strings_private.h - Include file for the string table file