#pragma once #include void chirp_init(); int chirp_play(const char* new_song); int32_t interpret_next_token(const int c); void chirp_stop();