#ifndef LOCATION_H_
# define LOCATION_H_
+# include <stdbool.h>
+# include <stdio.h>
+# include <string.h> /* strcmp */
+
# include "uniqstr.h"
/* A boundary between two characters. */
return res;
}
-/* LOC_STR must be formatted as `file:line.column', it will be modified. */
+/* LOC_STR must be formatted as 'file:line.column', it will be modified. */
void boundary_set_from_string (boundary *bound, char *loc_str);
#endif /* ! defined LOCATION_H_ */