Aer/include
Rafal Kupiec eb79ed500e
The build was successful. Details
Store float values in an union.
Single variable cannot have many values of different types. This also saves some memory, because union allocates memory just for one of its members.
2018-09-07 12:04:51 +02:00
..
compiler.h Correct typo. 2018-09-04 09:07:58 +02:00
ph7.h Do not omit the floating point. 2018-09-07 06:38:32 +02:00
ph7int.h Store float values in an union. 2018-09-07 12:04:51 +02:00