#ifndef _VXUTILS_H
#define _VXUTILS_H

/*
Various functions for VxWorks
*/

#ifndef UNIX
char *strdup(const char *src);

#endif

#endif
