#ifndef __HF__LOCATION_H__ #define __HF__LOCATION_H__ struct hf__location { size_t start; size_t end; }; #endif