* .version: bumped version number to 2.4.5
[fw/sdcc] / device / lib / pic16 / libsdcc / int / modsint.c
index 4ed9a78f8d0651e5ec20e2f621582072ad9de945..f326a4dd30276092e86d1995e47812fefe4ff084 100644 (file)
    what you give them.   Help stamp out software-hoarding!
 -------------------------------------------------------------------------*/
 
+#include <sdcc-lib.h>
+
 unsigned unsigned _moduint (unsigned a, unsigned b);
 
-int _modsint (int a, int b)
+int _modsint (int a, int b) _IL_REENTRANT
 {
        register int r;