mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
4 lines
63 B
C
4 lines
63 B
C
#pragma once
|
|
#include <stdbool.h>
|
|
|
|
void slave_spawn(int ptmx);
|