fixed typos and other minor things

This commit is contained in:
Celine Mercier
2015-06-10 15:19:02 +02:00
parent 9b6de9c411
commit 5d967f5b7b
9 changed files with 171 additions and 141 deletions

View File

@ -7,8 +7,8 @@
#include "obilittlebigman.h"
bool obi_is_little_end()
{
bool obi_is_little_endian() {
union { int entier;
char caractere[4] ;
} test;