JZsdkLib.c 149 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 #include <stdio.h> #include "JZsdkLib.h" //初始化sdk T_JZsdkReturnCode JZsdk_LibInit() { //1、初始化log JZsdk_LoggerInit(); }