mirror of
https://github.com/reactos/CMake.git
synced 2024-12-11 13:24:58 +00:00
7 lines
112 B
C
7 lines
112 B
C
#include <stdio.h>
|
|
|
|
void pair_p_stuff()
|
|
{
|
|
printf("Placeholder for another strange file in subdirectory\n");
|
|
}
|