00001 // This file has been prepared for Doxygen automatic documentation generation. 00021 #ifndef STATE_FUNCTIONS_H_INCLUDED 00022 #define STATE_FUNCTIONS_H_INCLUDED 00023 00024 char ST_init_phone(char input); 00025 char ST_get_index( char input ); 00026 char ST_delete_msg( char input ); 00027 char ST_read( char input ); 00028 char ST_send(char input); 00029 00030 #endif