mirror of
https://github.com/reactos/CMake.git
synced 2024-12-20 18:48:14 +00:00
7 lines
68 B
C
7 lines
68 B
C
#include <stdio.h>
|
|
|
|
void secondone()
|
|
{
|
|
printf("Hello again\n");
|
|
}
|