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