direct_access.h 344 B

1234567891011121314151617
  1. #pragma once
  2. #include <cstdint>
  3. namespace NYT {
  4. ////////////////////////////////////////////////////////////////////////////////
  5. int GetTestVariable1();
  6. void SetTestVariable1(int val);
  7. int GetTlsVariable();
  8. void SetTlsVariable(int val);
  9. ////////////////////////////////////////////////////////////////////////////////
  10. } // namespace NYT