tgrekov-fdf
HIVE fdf May 2024
Loading...
Searching...
No Matches
abs.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* abs.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/13 08:18:39 by tgrekov #+# #+# */
/* Updated: 2024/06/24 06:00:44 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file abs.c.

Go to the source code of this file.

Functions

int abs (int n)
 Get absolute value of n.
 

Function Documentation

◆ abs()

int abs ( int  n)

Get absolute value of n.

Parameters
n
Return values
int

Definition at line 26 of file abs.c.

Here is the caller graph for this function: