twice included

This commit is contained in:
Vitor Santos Costa 2016-08-02 18:29:57 -05:00
parent 69c3a54cb6
commit 3ff5ddf04a
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#ifndef MYDDAS_TYPES_H
#define MYDDAS_TYPES_H 1
/* MYDDAS TYPES */
/* sizeof(MyddasPointer) Equal to the size of a integer on the given architecture */
/* sizeof(MyddasInt32) = 4 (Always) */
@ -111,3 +115,4 @@
}
#endif
#endif