reproc

Cross-platform C99/C++11 library for spawning and managing processes

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform (C99/C++11) process library

Commands

reproc

Examples

Link reproc library in a C/C++ project build$ gcc -o myapp myapp.c $(pkg-config --cflags --libs reproc)
Check reproc library version and installation$ pkg-config --modversion reproc
Verify reproc library files and headers are installed$ brew list reproc