#ifndef BOTH_H
#define BOTH_H
#pragma once

int both()
{
  return 0;
}

#endif
