Searched defs:PTRV (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1150 * cast (PTRV) to avoid compiler warnings.
1153 # define PTRV UV macro
1157 # define PTRV unsigned long macro
1159 # define PTRV unsigned macro
1161 # define INT2PTR(any,d) (any)(PTRV)(d)
1163 #define NUM2PTR(any,d) (any)(PTRV)(d)

Completed in 35 milliseconds