summaryrefslogtreecommitdiffstats
path: root/include/int_sqrt.h
blob: b06e6a8ab155adcc4f7c47fc735a4dd841000805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * See file CREDITS for list of people who contributed to this
 * project.
 */

#ifndef __INT_SQRT__
#define __INT_SQRT__

unsigned long int_sqrt(unsigned long x);

#endif