tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
stop.h
Go to the documentation of this file.
1#pragma once
2
3#include "res.h"
4
6enum run_result run_stop(int proc_id);
run_result
Result of the execution of a command line.
Definition res.h:6
enum run_result run_stop(int proc_id)
Resume running a process.
Definition stop.c:5