updated the documentation

This commit is contained in:
Celine Mercier
2015-05-28 17:03:50 +02:00
parent ff64d1b2e9
commit 27e246e709
3 changed files with 12 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ Atomic types
========= ========= ============ ==============================
integer int32_t OBIInt_t a signed integer value
float double OBIFloat_t a floating value
boolean ? OBIBool_t a boolean true/false value
boolean bool OBIBool_t a boolean true/false value
char char OBIChar_t a character
index size_t OBIIdx_t an index in a data structure
========= ========= ============ ==============================