]> pd.if.org Git - pdclib/blobdiff - includes/inttypes.h
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / includes / inttypes.h
index dc9af3540b99894c3bb7acfb5138f31b3a43681b..231dfab9408a87df3286500ff31fcf57ad0807af 100644 (file)
@@ -8,8 +8,8 @@
 
 #ifndef _PDCLIB_INTTYPES_H
 #define _PDCLIB_INTTYPES_H _PDCLIB_INTTYPES_H
-
 #include <stdint.h>
+_PDCLIB_BEGIN_EXTERN_C
 
 typedef struct _PDCLIB_imaxdiv_t imaxdiv_t;
 
@@ -248,5 +248,6 @@ uintmax_t strtoumax( const char * _PDCLIB_restrict nptr, char * * _PDCLIB_restri
 
 /* TODO: wcstoimax(), wcstoumax() */
 
+_PDCLIB_END_EXTERN_C
 #endif