aws-c-io

Event-driven framework for implementing application protocols in C

brewmacoslinux
Try with needOr install directly
Source

About

Event driven framework for implementing application protocols

Commands

aws-c-io

Examples

Link aws-c-io library in a C project$ gcc -I$(brew --prefix aws-c-io)/include -L$(brew --prefix aws-c-io)/lib myapp.c -laws-c-io -o myapp
Check installed version of aws-c-io$ brew info aws-c-io
Verify aws-c-io installation and dependencies$ brew test aws-c-io