cplogtesttrafficgenerator.cxx

来自「SIP(Session Initiation Protocol)是由IETF定义」· CXX 代码 · 共 17 行

CXX
17
字号
#include "stdio.h"#include "cpLog.h"int main(){    char* message = "All work and no play makes Quinny a dull boy.";    if (! cpLogOpen ("/usr/local/vocal/log/test"))    {	printf ("Could not open the file\n");    }    while (1)    {	cpLog (LOG_ERR, message);    }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?