[SPCA] Restructre, some notes

This commit is contained in:
2026-01-04 13:59:33 +01:00
parent c7618f38a4
commit 4550168877
9 changed files with 22 additions and 10 deletions

View 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[] );