#ifndef ONETWOTHREE_H
#define ONETWOTHREE_H

extern int one();
extern int two();
extern int three();

#endif