unsafe code

Oct 17 2003 6:17 AM
I want equivalent of the following structure using unsafe code. typedef strcut Avl { char c[max+1]; long j; long k; lpstr n; int a }; How should I write it so that I can declare pointer variables of the above structure

Answers (3)