X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmytypes.h;h=5871bddfc6d5f45eba741d8bd322abc9c57f955b;hb=436bda2ac0c4a245815db3fc1ef2aedee05eab8d;hp=4234574c9c852919f5bfdc3cdd8b11f418321460;hpb=b66fecb428871a3eb274d9370671f1eaf8c5ccec;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/mytypes.h b/src/src/mytypes.h index 4234574c9..5871bddfc 100644 --- a/src/src/mytypes.h +++ b/src/src/mytypes.h @@ -114,6 +114,7 @@ functions that are called quite often; for other calls to external libraries #define Ustrtol(s,t,b) strtol(CCS(s),CSS(t),b) #define Ustrtoul(s,t,b) strtoul(CCS(s),CSS(t),b) #define Uunlink(s) unlink(CCS(s)) + #endif /* End of mytypes.h */