#ifndef _BAR_H_
#define _BAR_H_
typedef float mynum;

mynum bar(int arg);
int blah(int x, int y);
int snark(void);

#define ARRAY_SIZE 10
#endif
