alter_entry_scalar2a.c   alter_entry_scalar2a.c 
/* Test field modifying */ /* Test field modifying */
#include "test.h" #include "test.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 <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.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 = "data BIT in c1 3\nc1 CONST INT64 3\n" const char* format_data = "data BIT in c1 3\nc1 CONST INT64 3\n"
"c2 CONST INT64 11\n"; "c2 CONST INT64 11\n";
int fd, ret, error, n, r = 0; int fd, ret, error, n, r = 0;
DIRFILE *D; DIRFILE *D;
gd_entry_t E; gd_entry_t E;
 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/