10Fermer12
squalylLe 31/08/2014 à 22:47
let swap_words v =
let low = Int32.logand v 0xffffl in
let high = Int32.logand (Int32.shift_right_logical v 16) 0xffffl in
Int32.logor (Int32.shift_left low 16) high


let's kill myself ! grin