aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi/test/test_cc_seq_fetch_creds_begin.c
blob: 5bb5e916455ab167f0c176e5cf7e39b12719d94e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>
#include <limits.h>

#include "test_ccapi_check.h"
#include "test_ccapi_constants.h"
#include "test_ccapi_v2.h"

int main (int argc, const char * argv[]) {

    cc_int32 err = ccNoError;
    T_CCAPI_INIT;
    err = check_cc_seq_fetch_creds_begin();
    return err;
}