Advertisement
DraKiNs

[COD] Celsius2Fahrenheit

Jul 1st, 2011
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.30 KB | None | 0 0
  1.  
  2. /*----------------------------------------
  3.  *
  4.  *           Celsius2Fahrenheit
  5.  *       Criado por DraKiNs
  6.  *   (c) Copyright 2011, [iPs]TeaM
  7.  *
  8. /*-------------------------------------- */
  9.  
  10.  
  11. // #define Fahrenheit(%0) _:((%0 * 1.8) + 32)
  12. Fahrenheit(Celsius)
  13. {
  14.     return _:((Celsius * 1.8) + 32);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement