18 lines
420 B
C
Executable File
18 lines
420 B
C
Executable File
/*************************************************
|
|
File name : app_client.c
|
|
Module :
|
|
Author : amir
|
|
Version : 0.1
|
|
Created on : 2022-02-09
|
|
Description :
|
|
|
|
Modify History:
|
|
1. Date: Author: Modification:
|
|
*************************************************/
|
|
#include "mw_tcpclient.h"
|
|
#include "app_netclient.h"
|
|
|
|
static tcpclient *stclient;
|
|
|
|
|