blob: 897bb61ba7e1e1729189bf8b06f28fe3b06d7820 (
plain)
1
2
3
4
5
6
7
|
# Tiny Coroutines
Tiny Coroutines (libtco) is an experimental amd64 System V ABI compatible
coroutines library written in FASM <https://flatassembler.net>.
This library has build-time configuration options in `config.inc`, and provides
the header file `tco.h`.
|