/* * Header info for poslib */ typedef struct { float x; float y; } goalPosition; void call_poslibinit(); void call_flushsemaphores(); void call_pushpos(int x, int y, int theta); goalPosition call_getgoal(); int call_newgoal(); void initperl(); void perlclose();