fixed typos and other minor things
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
|
||||
#include "obilittlebigman.h"
|
||||
|
||||
bool obi_is_little_end()
|
||||
{
|
||||
|
||||
bool obi_is_little_endian() {
|
||||
union { int entier;
|
||||
char caractere[4] ;
|
||||
} test;
|
||||
|
Reference in New Issue
Block a user