Advertisement
Guest User

Untitled

a guest
May 24th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. struct Timer timer;
  2.  
  3. /* This is called in all GTK applications. Arguments are parsed
  4. * from the command line and are returned to the application.
  5. */
  6. gtk_init (&argc, &argv);
  7. initTimer(&timer);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement