Add: exec feature for binaries

This commit is contained in:
xamidev
2024-09-23 15:46:58 +02:00
parent 5ad32d3ee1
commit 1fa4b5c70a
8 changed files with 38 additions and 16 deletions

View File

@@ -45,4 +45,7 @@ void program_navalbattle();
void program_conway();
void program_snake();
// Binaries loading and execution
void program_exec();
#endif