added chain-echo
[util-vserver.git] / util-vserver / lib / fmt.hc
index 6a03e54..4472df1 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(uint),_base)(char *ptr, CONCAT(uint_least,_t) val, char base)
 {