Inline the smaller string-handling functions
[exim.git] / src / src / mytypes.h
index 4234574c9c852919f5bfdc3cdd8b11f418321460..5871bddfc6d5f45eba741d8bd322abc9c57f955b 100644 (file)
@@ -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 */