#ifndef __CELLAR_HPP #define __CELLAR_HPP #pragma once namespace cellar { void print_header(); } #endif // __CELLAR_HPP