p4raw-id: //depot/perl@16035
# define htovs(x) vtohs(x)
# endif
/* otherwise default to functions in util.c */
+#ifndef htovs
short htovs(short n);
short vtohs(short n);
long htovl(long n);
long vtohl(long n);
#endif
+#endif
/* *MAX Plus 1. A floating point value.
Hopefully expressed in a way that dodgy floating point can't mess up.