Re: Finding Data Length

2001-12-21 Thread Andrea Holstein
Prabhu Gurumurthy wrote: > > Hi All, > > I have a C program which i want to convert it into perl > In the C program it is given like this > > typedef unsigned short u_int16; > #define dataLen 4 > #define keyLen 52 > #define userkeyLen 8 > #define DataT(v) u_int1

Re: Finding Data Length

2001-12-20 Thread Curtis Poe
--- Prabhu Gurumurthy <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a C program which i want to convert it into perl > In the C program it is given like this > > typedef unsigned shortu_int16; > #define dataLen 4 > #define keyLen52 > #define userke

Finding Data Length

2001-12-20 Thread Prabhu Gurumurthy
Hi All, I have a C program which i want to convert it into perl In the C program it is given like this typedef unsigned short u_int16; #define dataLen 4 #define keyLen 52 #define userkeyLen 8 #define DataT(v) u_int16 v [dataLen] #define keyT(v) u_int16 v [keyLe