├── .gitignore ├── LICENSE ├── README.md ├── bqc.h ├── get.c └── wait4-clone-nanosleep-example.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technosaurus/BQC/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technosaurus/BQC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technosaurus/BQC/HEAD/README.md -------------------------------------------------------------------------------- /bqc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technosaurus/BQC/HEAD/bqc.h -------------------------------------------------------------------------------- /get.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technosaurus/BQC/HEAD/get.c -------------------------------------------------------------------------------- /wait4-clone-nanosleep-example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/technosaurus/BQC/HEAD/wait4-clone-nanosleep-example.c --------------------------------------------------------------------------------