12 lines
86 B
Plaintext
12 lines
86 B
Plaintext
void setup() {
|
|
barFunc();
|
|
fooFunc();
|
|
}
|
|
|
|
void loop() {
|
|
|
|
}
|
|
|
|
char* fooFunc() {
|
|
|
|
} |