#ifndef _picktwo_h_
#define _picktwo_h_

#include "Stack.h"

int pickTwo( Stack * );

#endif
