From d4cf195c8ad0338fef7ccb08d0767360378b24d2 Mon Sep 17 00:00:00 2001
From: Leo Tenenbaum
Most of the source code for the toc
compiler is licensed under the GNU General Public License, version 3. See LICENSE
for more information.
toc
is written in C, for speed and portability. It has no dependencies, other than the C runtime library.
toc
is written in C, for speed and portability. It has no dependencies, other than the C runtime library. If you want to be able to call external C functions at compile time, however, you will need libffcall
and libdl
(so this is only currently supported on Unix-y systems).