tgrekov-push_swap
HIVE push_swap July 2024
|
Definition in file fallback.c.
Go to the source code of this file.
Functions | |
int | fallback (int a, int b) |
Return a if non-zero, otherwise return b. | |
int fallback | ( | int | a, |
int | b | ||
) |
Return a if non-zero, otherwise return b.
[in] | a | |
[in] | b |
int |
Definition at line 27 of file fallback.c.