#ifndef __MY_H__
#define __MY_H__
#include <stdio.h>
extern int sum(int, int);
extern int sub(int, int);
#endif