X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdint.h;h=653d15363cbac92e96e674007b50c0d942413318;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=a5dfc5cdc17672999e683058720010cb1e2db687;hpb=f8dfae46eb161173a4460a98075669e810c8bb7b;p=pdclib diff --git a/includes/stdint.h b/includes/stdint.h index a5dfc5c..653d153 100644 --- a/includes/stdint.h +++ b/includes/stdint.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.18 Integer types +/* Integer types This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -9,10 +7,7 @@ #ifndef _PDCLIB_STDINT_H #define _PDCLIB_STDINT_H _PDCLIB_STDINT_H -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif /* 7.18.1.1 Exact-width integer types. */