mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-12 13:22:01 +00:00
5 lines
65 B
C
5 lines
65 B
C
#include <stdio.h>
|
|
void VerifyC(void)
|
|
{
|
|
printf("VerifyC\n");
|
|
}
|