/
niceSOFT
/
krb5
Обзор
Документация
Войти
/
niceSOFT
/
krb5
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ccapi/test/test_cc_create.c
14 строк
271 B
Tom Yu
make mark-cstyle
31 окт 2009, 03:48
31 окт 2009, 03:48
02d6bcb
Код
Авторство
О чём код?
#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_create(); return err; }