documented fpc

This commit is contained in:
2025-07-31 18:07:25 +03:00
parent 395ced9e28
commit 817ed344b4
11 changed files with 154 additions and 25 deletions

View File

@@ -1,3 +1,8 @@
//================= Copyright kotofyt, All rights reserved ==================//
// Purpose: Executable runner. It is mainly used to run compilers and linkers,
// but can be used to run anything with given executable name
//===========================================================================//
#ifndef RUNNER_H
#define RUNNER_H