|
9a8277dd07
|
Initialise the uninitialised.
|
2024-04-27 02:15:34 +04:00 |
|
|
a9a649d280
|
To make it compile with clang I added void to print_*() funcs' arguments. Also I had to remove inline specifiers because clang was throwing undefined reference .
|
2024-04-26 04:45:27 +04:00 |
|
|
f24c7aafc1
|
Let's put some more safety to parse_arguments().
|
2024-04-26 04:29:26 +04:00 |
|
|
43d86103c4
|
A version was set to 1.1.2. And a year 2023 was set to 2024.
|
2024-04-26 04:06:31 +04:00 |
|
|
9112fc018c
|
src directory as well as a separate header file is absolutely not necessary. Also fixed a typo price_kwh_to_wattspersecond -> price_kwh_to_wattsecond, because because a price per kilowatt-hour is being converted to watt-second. Also added a notice about a licence that is used.
|
2024-04-26 04:03:48 +04:00 |
|