1 2 3 4 5 6
#ifndef H_DOS #define H_DOS 1 int bsdlReadTable(int fd, struct partitionTable * table); #endif;