#include "array.hpp"
#include <fcntl.h>
#include <io.h>
#include <process.h>
#include <string>
Go to the source code of this file.
◆ bkgread()
Definition at line 23 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.