aboutsummaryrefslogtreecommitdiff
path: root/src/json.h
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-07-13 20:54:27 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-07-13 20:54:27 -0500
commitbd74d6e1842eca74ddc2c268ae9f83e43822fc1b (patch)
tree9c36d2eadf59bd3deaefb58339e064951bff8a80 /src/json.h
parent46f8c9bed801355ecd85c14ea7a7f11d38f1e5ba (diff)
add: forward pass with openblas in progress
Diffstat (limited to 'src/json.h')
-rw-r--r--src/json.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/json.h b/src/json.h
deleted file mode 100644
index 23cab9a..0000000
--- a/src/json.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __JSON
-#define __JSON
-#include <stdio.h>
-#include <stdlib.h>
-#include <assert.h>
-#include <string.h>
-
-typedef struct {
- float price;
- float area;
- float latitude;
- float longitude;
-} HouseItem;
-
-void json_read(const char *filepath, HouseItem *out);
-#endif
Feel free to download, copy and edit any repo