X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Finttypes.h;h=5252937d2560bdca18db11aa08d3a774b1c68b76;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=dc9af3540b99894c3bb7acfb5138f31b3a43681b;hpb=3c7e677c7a6b43ce8bd12021e0af280f08009777;p=pdclib diff --git a/includes/inttypes.h b/includes/inttypes.h index dc9af35..5252937 100644 --- a/includes/inttypes.h +++ b/includes/inttypes.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.8 Format conversion of integer types +/* Format conversion of integer types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -249,4 +247,3 @@ uintmax_t strtoumax( const char * _PDCLIB_restrict nptr, char * * _PDCLIB_restri /* TODO: wcstoimax(), wcstoumax() */ #endif -