URI:
       thdr.h - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       thdr.h (672B)
       ---
            1 typedef Bitmap *readbitsfn(char *, int, long *, int, uchar *, int **);
            2 typedef void mapfn(int, int, long *);
            3 
            4 extern Bitmap *kreadbits(char *file, int nc, long *chars, int size, uchar *bits, int **);
            5 extern void kmap(int from, int to, long *chars);
            6 extern Bitmap *breadbits(char *file, int nc, long *chars, int size, uchar *bits, int **);
            7 extern void bmap(int from, int to, long *chars);
            8 extern Bitmap *greadbits(char *file, int nc, long *chars, int size, uchar *bits, int **);
            9 extern void gmap(int from, int to, long *chars);
           10 extern Bitmap *qreadbits(char *file, int nc, long *chars, int size, uchar *bits, int **);
           11 extern Subfont *bf(int n, int size, Bitmap *b, int *);