jfcmacro

Azúcar sintáctico - sin traducción

Apr 1st, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.05 KB | None | 0 0
  1.  
  2. int funcion2(int a, int b) {
  3.   return a < b ? a : b;
  4. }
Add Comment
Please, Sign In to add comment