wncpy(3)
NAME
- wn_ptrcpy, wn_intcpy, wn_pdoublecpy, wn_memacpy - routines
- to copy
SYNOPSIS
#include <wn/wncpy.h> void wn_ptrcpy(ptr *out, ptr *in) void wn_intcpy(int *out, int *in) void wn_pdoublecpy(double *out, double *in) void wn_memacpy(ptr *pout,ptr in,int size)
DESCRIPTION
- These routines are designed to assist in building sorted
- trees (see wnbtr) and hash tables (see wnhtab).
SEE ALSO
wncmp, wnbtr, wnbtrl, wnhtab
AUTHOR
- Will Naylor
- WNLIB August 23, 1998