1#include <stdio.h>
2#include <limits.h>
3
4#include "test_ccapi_check.h"
5#include "test_ccapi_constants.h"
6#include "test_ccapi_v2.h"
7
8int main (int argc, const char * argv[]) {
9
10    cc_int32 err = ccNoError;
11    T_CCAPI_INIT;
12    err = check_cc_seq_fetch_NCs_next();
13    return err;
14}
15