[SPCA] Start C syntax summary

This commit is contained in:
2026-01-04 12:09:01 +01:00
parent 46083b9782
commit c7618f38a4
8 changed files with 350 additions and 7 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[] );