9 lines
74 B
C
9 lines
74 B
C
#ifndef LAB5_H
|
|
#define LAB5_H
|
|
|
|
#include "shared.h"
|
|
|
|
void lab_5();
|
|
|
|
#endif
|