nikolas_serafini

Lista 8 - Exercício 1

Aug 11th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.04 KB | None | 0 0
  1. void doublee(float *x) {
  2.     *x = 2*(*x);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment