tgrekov-push_swap
HIVE push_swap July 2024
Loading...
Searching...
No Matches
fallback.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* fallback.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/16 11:32:03 by tgrekov #+# #+# */
/* Updated: 2024/07/17 08:31:12 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

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.
 

Function Documentation

◆ fallback()

int fallback ( int  a,
int  b 
)

Return a if non-zero, otherwise return b.

Parameters
[in]a
[in]b
Return values
int

Definition at line 27 of file fallback.c.

Here is the caller graph for this function: