Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*----------------------------------------
- *
- * Celsius2Fahrenheit
- * Criado por DraKiNs
- * (c) Copyright 2011, [iPs]TeaM
- *
- /*-------------------------------------- */
- // #define Fahrenheit(%0) _:((%0 * 1.8) + 32)
- Fahrenheit(Celsius)
- {
- return _:((Celsius * 1.8) + 32);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement