From 14496b5b41e6d2e7323d9c5e860e6b56e385a062 Mon Sep 17 00:00:00 2001 From: Siddhesh Wani Date: Tue, 4 Aug 2015 14:36:45 +0530 Subject: Tested Addition and Subtraction for new data types --- includes/sci2clib.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'includes') diff --git a/includes/sci2clib.h b/includes/sci2clib.h index 3154ac39..eac578fa 100644 --- a/includes/sci2clib.h +++ b/includes/sci2clib.h @@ -174,6 +174,19 @@ /* interfacing tanh */ #include "tanh.h" #include "int_tanh.h" +/* interfacing uint8 */ +#include "uint8.h" +#include "int_uint8.h" +/* interfacing int8 */ +#include "int8.h" +#include "int_int8.h" +/* interfacing uint16 */ +#include "uint16.h" +#include "int_uint16.h" +/* interfacing int16 */ +#include "int16.h" +#include "int_int16.h" + /* IMPLICIT LISTS */ /* interfacing implicitList/OpColon */ -- cgit