0

I saw following function in the code:

__c11_atomic_load()

Where could be this function documentation. So far I have seen only documentation for:

atomic_load()
Cpp Code
  • 3
  • 1
  • 5
    That's a compiler specific function (and probably intended for internal use only) – UnholySheep Apr 21 '22 at 19:03
  • Does this answer your question? [What does double underscore ( \_\_const) mean in C?](https://stackoverflow.com/questions/1449181/what-does-double-underscore-const-mean-in-c) – stark Apr 21 '22 at 19:28
  • So, no, you probably will not find documentation. And that's ok, because you almost surely should not be calling that function. – John Bollinger Apr 21 '22 at 20:01
  • 1
    See [this page](https://clang.llvm.org/docs/LanguageExtensions.html). – fuz Apr 21 '22 at 22:57

0 Answers0