mirror of https://github.com/nodejs/node.git
7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
|
#include <stdio.h>
|
||
|
|
||
|
void function1(void)
|
||
|
{
|
||
|
printf("Hello from function1.in1\n");
|
||
|
}
|