|
|
@ -2,8 +2,8 @@ |
|
|
#include <string.h> |
|
|
#include <string.h> |
|
|
#include <json/json.h> |
|
|
#include <json/json.h> |
|
|
|
|
|
|
|
|
#include "bigpoint_cclass.h" |
|
|
|
|
|
#include "bigpoint_dyntype.h" |
|
|
|
|
|
|
|
|
#include "../bigpoint_cclass.h" |
|
|
|
|
|
#include "../bigpoint_dyntype.h" |
|
|
|
|
|
|
|
|
#define TEST_STR "this is a foo string" |
|
|
#define TEST_STR "this is a foo string" |
|
|
|
|
|
|
|
|
|