citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit bc937be3e4b03d28b798971897a49a547ebd503b
parent a74848db2faca86c6ed7b3c28b8e07337fa2a9eb
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 15 Jan 2017 12:39:09 -0700

lib: add prototype

Diffstat:
Mlib_os.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib_os.h b/lib_os.h @@ -3,4 +3,5 @@ */ void *extend(size_t); void get_prog_name(char *, size_t); +void get_pids(unsigned int [3]); void open_fd();