]> git.cworth.org Git - tar/blobdiff - gnu/inttostr.h
Imported Upstream version 1.24
[tar] / gnu / inttostr.h
index 8b6dbcef20769d84caceacaff9c15672a121acef..edd01457affb5a8008ef6196cdf3054410813f34 100644 (file)
@@ -41,7 +41,8 @@
 # define __attribute_warn_unused_result__ /* empty */
 #endif
 
-char *offtostr (off_t, char *) __attribute_warn_unused_result__;
 char *imaxtostr (intmax_t, char *) __attribute_warn_unused_result__;
-char *umaxtostr (uintmax_t, char *) __attribute_warn_unused_result__;
+char *inttostr (int, char *) __attribute_warn_unused_result__;
+char *offtostr (off_t, char *) __attribute_warn_unused_result__;
 char *uinttostr (unsigned int, char *) __attribute_warn_unused_result__;
+char *umaxtostr (uintmax_t, char *) __attribute_warn_unused_result__;