1 2 3 4 5 6 7 8
#ifndef HAOKAN_H_ #define HAOKAN_H_ #include "extractor.h" void haokan_extract(struct options *); #endif