Advertisement
Learning

Untitled

Oct 14th, 2011
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. struct config {
  2. u32 control;
  3. };
  4.  
  5. const struct config config1 {
  6. .control = 0,
  7. };
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement