getbits.c
changeset 140 05d42a3737a4
parent 132 54a04f5f141d
child 141 0b5befeb361e
equal deleted inserted replaced
139:cb1d3f4cf18e 140:05d42a3737a4
     1 /**
     1 /**
     2  * getbits.c
     2  * getbits.c
     3  * Copyright (C) 2010 Markus Broeker
     3  * Copyright (C) 2010 Markus Broeker
     4  *
       
     5  */
     4  */
       
     5 
     6 #include <stdio.h>
     6 #include <stdio.h>
     7 #include <stdlib.h>
     7 #include <stdlib.h>
     8 #include <string.h>
     8 #include <string.h>
     9 
     9 
    10 #define BITS 8
    10 #define BITS 8