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

9 lines
74 B
C

#ifndef LAB5_H
#define LAB5_H
#include "shared.h"
void lab_5();
#endif