summaryrefslogtreecommitdiff
path: root/src/c/elementaryFunctions/float/i8floats.c
blob: 15e4fc700a068e656aef6d63e6ee5369baf98717 (plain)
1
2
3
4
5
#include "float.h"

float i8floats(int8 x) {
	return (float) x;
}