blob: fdf3cd3edc5bd535466aa95376e427998c92384c [file] [log] [blame]
#ifndef BOTH_H
#define BOTH_H
#pragma once
int both()
{
return 0;
}
#endif