2024-03-03 11:33:57 +00:00
|
|
|
#include <stdbool.h>
|
2024-03-03 11:37:43 +00:00
|
|
|
#include <stdio.h>
|
2024-03-03 11:33:57 +00:00
|
|
|
#include <Windows.h>
|
|
|
|
|
|
|
|
#include "base.h"
|
2024-03-03 11:37:43 +00:00
|
|
|
#include "listing_0074_platform_metrics.cpp"
|
2024-03-03 11:33:57 +00:00
|
|
|
#include "base.c"
|
|
|
|
|
|
|
|
int main()
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|