An open API service indexing awesome lists of open source software.

https://github.com/nsardo/osx_forking

example code for linux/unix forking on os x
https://github.com/nsardo/osx_forking

c-programming example-code forking linux osx

Last synced: 27 days ago
JSON representation

example code for linux/unix forking on os x

Awesome Lists containing this project

README

          

## OSX_forking

Example code showing use of Linux / Unix API's on OS X
- forking a process
- killing a forked child process from parent

Also built commandline program

### USAGE:

Download the release and unzip. Inside the **cmake-build-release/** folder is an already built executable, *osx_forking*.

Simply open a terminal into that directory and enter:
```bash
$ ./osx_forking
```

### EXAMPLE OUTPUT:

![View Screen Shot](./ScreenShot.png)