Shows basic packing and unpacking of fields.
#include <test_util.h>
static const char *home;
int
main(int argc, char *argv[])
{
int i, j, k;
home = example_setup(argc, argv);
error_check(conn->
open_session(conn, NULL, NULL, &session));
{
size_t size;
char buf[50];
if (size > sizeof(buf)) {
}
}
error_check(conn->
close(conn, NULL));
return (EXIT_SUCCESS);
}