Skip to content

Files

Latest commit

0bda000 · Apr 18, 2025

History

History

MultiSource

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 15, 2024
Apr 18, 2025
Aug 2, 2018
Nov 4, 2024
May 12, 2017
Jul 22, 2015
Feb 8, 2013
Aug 15, 2003
May 12, 2017
This directory contains programs that are to be compiled and run, but consist
of multiple source files.  In this scheme, every program gets a subdirectory,
and subdirectories are automatically activated just by existing in this directory.

If you don't want a testcase to be run in your tree, just rename the subdirectory
to XXX-disabled, which will prevent it from running.


Olden Code Sizes:

trinity% foreach f ( Olden-[a-z]* )
cd $f
echo "-------------------- $f --------------------"
wc *.[ch]
cd -
end