Newer
Older
/**
* @file jokenpo.hpp
* @author Louise Stella <louiselbarbosa@gmail.com>
* @version 1.0
*
* This is the header file for the jokenpo functions used on the Jokenpo library.
*
* Created for the "Linguagem de Programação I" class from the
* Universidade Federal do Rio Grande do Norte em 24/06/2017.
*
*/
extern "C" int jokenpo(void);
extern "C" int cpuMove(void);
void print ( T whatToPrint ){
std::cout << whatToPrint << std::endl;