getRecentName(): use realpath(3) instead of errorprone 'chdir()' calls
[util-vserver.git] / util-vserver / lib / fmtx.hc
index 4f25ae6..5204ee2 100644 (file)
 #include "fmt-internal.h"
 #include <string.h>
 
+#define STRINGIFY_(X)  #X
+#define STRINGIFY(X)   STRINGIFY_(X)
+#define ALIASFUNC(X)   __attribute__((__alias__(STRINGIFY(FMT_P(X)))))
+
+
 size_t
 CONCAT(FMT_P(xuint),)(char *ptr, CONCAT(uint_least,_t) val)
 {