blob: 368c2d2265940631b8c33c406308d2176bfb0259 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
* SPDX-License-Identifier: MIT
*/
#ifndef IEEE754_H
#define IEEE754_H
float ieee754f(unsigned long l);
#endif // IEEE754_H
|