aws-c-common

Core C99 library for AWS SDK for C development

brewmacoslinux
Try with needOr install directly
Source

About

Core c99 package for AWS SDK for C

Commands

aws-c-common

Examples

Link aws-c-common library when compiling AWS SDK C applications$ gcc -o myapp myapp.c -I$(brew --prefix aws-c-common)/include -L$(brew --prefix aws-c-common)/lib -laws-c-common
Check installed version of aws-c-common library$ brew info aws-c-common
Verify library installation and find header files$ ls $(brew --prefix aws-c-common)/include/aws/common/