* as/link/lkar.h: sgetl and sputl are independent of endianness
[fw/sdcc] / src / SDCCutil.h
index b2e732f700b2ca5c5b19e7eb9c20da1db3f1c689..880d7eb2f74920d631231737434e46fda1442a12 100644 (file)
@@ -102,6 +102,9 @@ char *strncatz (char *dest, const char *src, size_t n);
 /* return SDCC build number */
 const char *getBuildNumber (void);
 
+/* return SDCC build date */
+const char *getBuildDate (void);
+
 /* return environment used to build SDCC */
 const char *getBuildEnvironment(void);