11 lines
79 B
C
11 lines
79 B
C
|
#ifndef BOTH_H
|
||
|
#define BOTH_H
|
||
|
#pragma once
|
||
|
|
||
|
int both()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
#endif
|