mercurial/bitmanipulation.h
changeset 32669 b4356d1cf3e4
parent 29444 284d742e5611
child 34697 ce77b0563228
equal deleted inserted replaced
32668:74e9496e4986 32669:b4356d1cf3e4
     1 #ifndef _HG_BITMANIPULATION_H_
     1 #ifndef _HG_BITMANIPULATION_H_
     2 #define _HG_BITMANIPULATION_H_
     2 #define _HG_BITMANIPULATION_H_
       
     3 
       
     4 #include <string.h>
     3 
     5 
     4 #include "compat.h"
     6 #include "compat.h"
     5 
     7 
     6 static inline uint32_t getbe32(const char *c)
     8 static inline uint32_t getbe32(const char *c)
     7 {
     9 {