1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-09 14:47:02 +02:00

#452 fix atof call in AD4 encoder

This commit is contained in:
XProger
2023-03-02 15:53:29 +03:00
parent 87e3e79473
commit 7a021b6ede
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@@ -5,6 +5,7 @@
#include <math.h> #include <math.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include "AD4.h" #include "AD4.h"
int main(int argc, const char *argv[]) { int main(int argc, const char *argv[]) {