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