mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-11 13:38:24 +00:00
5 lines
152 B
C
5 lines
152 B
C
#include <stdio.h> // Import from system path
|
|
// (like library imports in other languages)
|
|
|
|
int get_user_input_int( char prompt[] );
|