NWCallsInit - initializes NCP library
#include <nwcalls.h>
NWCCODE NWCallsInit(void* p1, void* p2);
You must call this function as first function from program
using libncp library. p1 and p2 are reserved and must be
passed as NULL to this function.
Function returns zero on success and non-zero on failure.
See nwerrors(3ncp) for libncp error codes.
None known.
nwerrors(3ncp), NWCallsTerm(3ncp)