cvlist_array.c | cvlist_array.c | |||
---|---|---|---|---|
#include "test.h" | #include "test.h" | |||
#include <inttypes.h> | #include <inttypes.h> | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#include <sys/stat.h> | #include <sys/stat.h> | |||
#include <fcntl.h> | #include <fcntl.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <string.h> | #include <string.h> | |||
#include <errno.h> | #include <errno.h> | |||
#include <unistd.h> | ||||
int main(void) | int main(void) | |||
{ | { | |||
const char* filedir = __TEST__ "dirfile"; | const char* filedir = __TEST__ "dirfile"; | |||
const char* format = __TEST__ "dirfile/format"; | const char* format = __TEST__ "dirfile/format"; | |||
const char* format_data = | const char* format_data = | |||
"data1 CARRAY UINT8 1 2 3 4 5\n" | "data1 CARRAY UINT8 1 2 3 4 5\n" | |||
"data2 CARRAY UINT8 2 4 6 8 10 12\n" | "data2 CARRAY UINT8 2 4 6 8 10 12\n" | |||
"data3 CARRAY UINT8 3 6 9 12 15 18 21\n" | "data3 CARRAY UINT8 3 6 9 12 15 18 21\n" | |||
"data4 RAW UINT8 1\n"; | "data4 RAW UINT8 1\n"; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |