#include "spawn.hpp"
#include "array.hpp"
#include <errno.h>
#include <windows.h>
Go to the source code of this file.
◆ bkgread()
Definition at line 110 of file spawn.cpp.
110 {
111 char buf[1024];
114 do {
117 else if (
cnt == 0)
that->close ();
120}
The list class represents a linked list.
list(T item)
Construct a new list object with a single item.