1
0
This repository has been archived on 2025-11-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ss-monorepo/P2/smt4497-P2/smt4497-P2.h
2025-10-10 02:17:07 +02:00

11 lines
168 B
C

#pragma once
#include <stdio.h>
#include <locale.h>
#include <Windows.h>
#include "Crono.h"
int p2_struct_union();
int p2_typedef();
int p2_crono();
int p2_classes();