Created
July 8, 2014 07:00
-
-
Save oneman/45bb8a009b112bc9da9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef enum { | |
KR_DATA_INT = 1, | |
KR_DATA_INT = 1, | |
KR_DATA_INT = 1, | |
} kr_data_type; | |
typedef struct { | |
size_t len; | |
kr_data **; | |
} kr_data_info; | |
typedef struct { | |
kr_data_type type; | |
kr_data_value value; | |
} kr_data; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment