The example shows how to ground in the background.
The example shows how to ground in the background.
Output (approximately)
Code
#define __STDC_FORMAT_MACROS
#include <stdio.h>
int main(int argc, char *argv[]) {
(void)argc;
(void)argv;
printf("TODO\n");
return 0;
}