/trunk/Examples/perl5/variables/example.h
C++ Header | 6 lines | 3 code | 2 blank | 1 comment | 0 complexity | 66b4a43d07100c20f91366ee8581304c MD5 | raw file
1/* File: example.h */ 2 3typedef struct { 4 int x,y; 5} Point; 6
1/* File: example.h */ 2 3typedef struct { 4 int x,y; 5} Point; 6