Skip to content

Commit

Permalink
A int a
Browse files Browse the repository at this point in the history
  • Loading branch information
lildemon committed Jun 25, 2010
1 parent c622b74 commit 195cb8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csource/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <time.h>
int main()
{
int a;
time_t mytime;
struct tm *mylocaltime;
mytime=time(NULL);
Expand Down

0 comments on commit 195cb8e

Please sign in to comment.