mirror of
https://github.com/atom/atom.git
synced 2026-02-16 17:45:24 -05:00
7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
#include <stdio.h>
|
|
|
|
void function2(void)
|
|
{
|
|
printf("Hello from function2.in1\n");
|
|
}
|