Initial project setup - Phases 1-3 complete

This commit is contained in:
Trey t
2026-04-06 11:28:40 -05:00
commit c77e506db5
293 changed files with 14233 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
extern const unsigned char ProxyCoreVersionString[];
extern const double ProxyCoreVersionNumber;
const unsigned char ProxyCoreVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:ProxyCore PROJECT:ProxyApp-1" "\n";
const double ProxyCoreVersionNumber __attribute__ ((used)) = (double)1.;