smbsclient.h
来自「一个用于银行视频联播网中客户端广告机的网络通信部分」· C头文件 代码 · 共 20 行
H
20 行
#include <pthread.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/time.h>
#include "thread1loop.h"
#include "thread2loop.h"
#define MAXLINE 1024
typedef unsigned long int Pthread_t;
Pthread_t thread[2];
pthread_mutex_t mut;
extern void *Commthread1_Loop();
extern void *Commthread2_Loop();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?