* Fixed alias of -c to -canything
[fw/sdcc] / device / lib / _modslong.c
index 1d5625d06547e0db6ec44ce2fb8bc1ef21628db0..9eb09f65faa660b639c2bb34da9054a09842b54c 100644 (file)
    You are forbidden to forbid anyone else to use, share and improve
    what you give them.   Help stamp out software-hoarding!  
 -------------------------------------------------------------------------*/
+
+#include <sdcc-lib.h>
+
+#if _SDCC_MANGLES_SUPPORT_FUNS
+unsigned long _modulong (unsigned long a, unsigned long b);
+#endif
+
 long  _modslong (long a, long b)
 {
        long r;