Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsardo/os_x_processes
Usage of (Li|U)nix API for processes under OS X
https://github.com/nsardo/os_x_processes
c-programming example-code linux-process osx
Last synced: 5 days ago
JSON representation
Usage of (Li|U)nix API for processes under OS X
- Host: GitHub
- URL: https://github.com/nsardo/os_x_processes
- Owner: nsardo
- Created: 2019-01-01T12:20:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T13:55:16.000Z (about 6 years ago)
- Last Synced: 2024-11-13T11:40:35.934Z (2 months ago)
- Topics: c-programming, example-code, linux-process, osx
- Language: C
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OSX_SOURCES
Example code showing use of Linux / Unix API's on OS X
Also built commandline program### USAGE:
Download the release and unzip. Inside the **cmake-build-release/** folder is an already built executable, *osx_process*.
Simply open a terminal into that directory and enter:
```bash
$ ./osx_process
```
### EXAMPLE OUTPUT:![View Screen Shot](./ScreenShot.png)