Files
LAB16/include/LAB4.h
2026-02-25 18:09:22 +03:00

9 lines
74 B
C

#ifndef LAB4_H
#define LAB4_H
#include "shared.h"
void lab_4();
#endif