comparison inttypes.h @ 24:fce0b7d5cef7

[Issue 5] Change <stdint.h> to "stdint.h" to let compiler search for it in local directory.
author alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
date Fri, 02 Oct 2009 09:36:47 +0000
parents eb2525abe43a
children a5b39e660e83
comparison
equal deleted inserted replaced
23:b1e002710e2d 24:fce0b7d5cef7
38 38
39 #if _MSC_VER > 1000 39 #if _MSC_VER > 1000
40 #pragma once 40 #pragma once
41 #endif 41 #endif
42 42
43 #include <stdint.h> 43 #include "stdint.h"
44 44
45 // 7.8 Format conversion of integer types 45 // 7.8 Format conversion of integer types
46 46
47 typedef struct { 47 typedef struct {
48 intmax_t quot; 48 intmax_t quot;