Guest User

Untitled

a guest
Apr 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.28 KB | None | 0 0
  1. static int i = 0 ;
  2.  
  3.  
  4. /**************************************
  5.  ***                                ***
  6.  ***          Add one to i          ***
  7.  ***                                ***
  8.  **************************************/
  9.  
  10.  
  11. void procAddOneToI( void )
  12. {
  13.     i = i + 1 ;
  14. }
Add Comment
Please, Sign In to add comment