11 lines
193 B
C
11 lines
193 B
C
/*
|
|
* MYRYS ROVER
|
|
* Low level communication protocol
|
|
*
|
|
* new Wed May 27 03:51.45 AM UTC 2026
|
|
*/
|
|
|
|
int show_the_version(int code, char *why);
|
|
|
|
int send_a_ping(int, char *, int);
|