#ifndef FUNC_H
#define FUNC_H

#include <stdio.h>

int func1 (char *astr);
int func2 (char *astr);

#endif

