Home
last modified time | relevance | path

Searched defs:StructCopy (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h649 #define StructCopy(s,d,t) (*((t*)(d)) = *((t*)(s))) macro
651 #define StructCopy(s,d,t) Copy(s,d,1,t) macro