#ifndef _COORD #define _COORD #include "types.h" /* * This functions will NOT alloc memory for the Coord pointer */ int coord_init(Coord*, char, char); int coord_init_from_str(Coord*, char*); #endif