Files
2016-08-31 12:49:10 +03:00

14 lines
101 B
Plaintext

char buf[5];
void setup() {
fooFunc();
}
void loop() {
}
char* fooFunc() {
return buf;
}