diff options
Diffstat (limited to 'src/json.h')
-rw-r--r-- | src/json.h | 16 |
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 |