#include "snake.h" Body head[40]={{0,0},0,-1}; void snake_init() { }