mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 01:58:24 +00:00
[SPCA] Continue summary
This commit is contained in:
4
semester3/spca/code-examples/00_c/00_basics/01_func.h
Normal file
4
semester3/spca/code-examples/00_c/00_basics/01_func.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <stdio.h> // Import from system path
|
||||
// (like library imports in other languages)
|
||||
|
||||
int get_user_input_int( char prompt[] );
|
||||
Reference in New Issue
Block a user