#ifndef _b_h
#define _b_h

#include "a.h"

int b(void);

#endif