Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. int myFunc (int x, int y)
  2. {
  3. return x+y;
  4. }
  5.  
  6. /*!
  7. * myFunc
  8. * param[in] x
  9. * param[in] y
  10. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement