DCHK Client Version 0.5.7 - Documentation |
![]() |
To use the functions of the DCHK library, you have to do two things:
Source:
#include <dchk.h>
Makefile:
# Add path of DCHK-header file to your CFLAGS CFLAGS = -I/usr/local/include # Add required libraries to LIBS LIBS = -lstdc++ -lresolv -L/usr/local/lib -ldchk -lxml2 -lz -lm