#ifndef _COPYOF_H_9c6e9485_ #define _COPYOF_H_9c6e9485_ /* This file is in the public domain. */ extern char *copyofstr(const char *); extern void *copyofblk(const void *, unsigned int); #endif