]> Creatis software - gdcm.git/blobdiff - Doc/Website/CodingStyle.html
2004-10-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
[gdcm.git] / Doc / Website / CodingStyle.html
index d62d019ff0f71a74aad4f01dcfc0ca514157c161..53910bb9ebeef6e3b39c46ede0de282d65d051c4 100644 (file)
     long long           -> int64_t;
    Hence do not use declarations like "unsigned int".
    With g++, accessing those typedef is achieved by the following
-      #include <stdint.h>
+      #include < stdint.h >
 </PRE>