Yuriy

Results 2 comments of Yuriy

I decided to ask chatGPT about how to store and access shared memory in C. And it gave an answer. [Read chat](https://chat.openai.com/share/76b45ae6-c6ec-4d30-8efc-bf5e61f54a26)

C seems also has stdatomic.h lib with functions: atomic_int atomic_flag atomic_store atomic_load atomic_add atomic_sub