Files

14 lines
101 B
Plaintext
Raw Permalink Normal View History

2016-08-31 01:26:08 +03:00
char buf[5];
2016-08-31 00:16:23 +03:00
void setup() {
fooFunc();
}
void loop() {
}
char* fooFunc() {
return buf;
}