From dd6d19417c6af365ba6fc1f66fb5d0dcafc02154 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Sun, 14 Jan 2007 12:18:50 +0000 Subject: aliases files for single file externals svn path=/trunk/externals/iem/iemmatrix/; revision=7334 --- alias/mtx.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 alias/mtx.c (limited to 'alias/mtx.c') diff --git a/alias/mtx.c b/alias/mtx.c new file mode 100644 index 0000000..1347005 --- /dev/null +++ b/alias/mtx.c @@ -0,0 +1,5 @@ +#include "../src/matrix.c" +void mtx_setup() +{ + matrix_setup(); +} -- cgit v1.2.1