⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smbsclient.h

📁 一个用于银行视频联播网中客户端广告机的网络通信部分
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -