Federated Naming Service Programming Guide

Usage

Include the XFN header file in your code.


#include <xfn/xfn.h>

Include the XFN library when you compile.


cc -o program_name file1.c file2.c -lxfn