Add a few comments.
This commit is contained in:
parent
8dec6dff87
commit
508b41b488
3 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* ptyhelper: a utility that runs a command in a pseudoterm and then streams
|
||||
* stdio to/from it. Intended to get around the node.js loss of C/UNIX
|
||||
* functionality.
|
||||
* Remember to compile with -lutil.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue