liblockfile

Library providing functions to lock standard mailboxes

brewmacoslinux
Try with needOr install directly
Source

About

Library providing functions to lock standard mailboxes

Commands

liblockfile

Examples

Check if liblockfile is installed and accessible$ pkg-config --modversion liblockfile
View liblockfile library information and dependencies$ pkg-config --cflags --libs liblockfile
Compile a program that uses liblockfile functions$ gcc -o mailapp mailapp.c $(pkg-config --cflags --libs liblockfile)