This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // This file consists of 3 parts. | |
| // The first 2 parts are from yohhoy's C11 <threads.h> emulation library. | |
| // The original files are from https://gist.github.com/yohhoy/2223710 | |
| // I, takl, commented out 2 lines. | |
| // These 2 parts are ditributed under the Boost Software License, Version 1.0. | |
| // (See the header of these parts for detail) | |
| // | |
| // The last part is written by takl. | |
| // This part is licensed under CC0. |