Guest User

Untitled

a guest
Dec 11th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. void count(char *s) {
  2. int b,c,d,e,i,l,p;
  3. b=c=d=e=0;
  4.  
  5. clock();
  6. // do something here...
  7.  
  8. printf("Elapsed time: microsecs. %d\n", (int)clock());
  9.  
  10. }
Add Comment
Please, Sign In to add comment