aboutsummaryrefslogtreecommitdiff
path: root/softint/softint.h
diff options
context:
space:
mode:
Diffstat (limited to 'softint/softint.h')
-rwxr-xr-xsoftint/softint.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/softint/softint.h b/softint/softint.h
deleted file mode 100755
index 69ca31a..0000000
--- a/softint/softint.h
+++ /dev/null
@@ -1,23 +0,0 @@
-
-#ifndef softint_h
-#define softint_h
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
-/*----------------------------------------------------------------------------
-| Integer Operations.
-*----------------------------------------------------------------------------*/
-
-long softint_mul( long, long );
-long softint_udivrem( long, long, int );
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-