2024-10-30 12:41:56 -07:00

8 lines
60 B
C

#ifndef P4_H
#define P4_H
int prompt_value(void);
#endif