userinput/include/userinput.h

7 lines
72 B
C

#ifndef USERINPUT_H
#define USERINPUT_H
uint64_t input_uint();
#endif