Skip to content

Instantly share code, notes, and snippets.

@usm-takl
usm-takl / bf.c
Last active October 28, 2020 03:49
This is for a post on Qiita https://qiita.com/takl/items/6ffe14db22974b1f74ce
//
// 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.