Advertisement
ProToTN

Declaration of a structure

Jan 15th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.04 KB | None | 0 0
  1. typedef struct
  2. {
  3.     int x,y,z;
  4. }Enrg;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement