X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fshort_types%2F_info;h=cfd439e6fccb270e943a25263478c12b6dc164a8;hp=1fdc3a40cf11d521fabb8881903cf81c874d0372;hb=6abc867fce8c3eba40eb26092d31e34b47dd9165;hpb=fc053974e79e1807fc26544ca417c119ae8bab22 diff --git a/ccan/short_types/_info b/ccan/short_types/_info index 1fdc3a40..cfd439e6 100644 --- a/ccan/short_types/_info +++ b/ccan/short_types/_info @@ -29,7 +29,7 @@ * unsigned int *posix_total, unsigned int *sht_total, * unsigned int *size_total) * { - * printf("\t%ssigned %s: POSIX %i%%, short %i%%\n", + * printf("\t%ssigned %s: POSIX %zu%%, short %zu%%\n", * sht[0] == 'u' ? "un" : "", * sht+1, * strlen(posix)*100 / size, @@ -65,7 +65,7 @@ * return 0; * } * - * License: Public domain + * License: CC0 (Public domain) * Author: Rusty Russell */ int main(int argc, char *argv[])