Files
Elliot Killick fbc79552f4 Update
2025-02-21 00:24:16 -05:00

4 lines
170 B
C

// Export the variable
// In practice, we would export functions along with this, typically only once set, state variable
__declspec(dllexport) int shared_variable = 42;