initial commit
This commit is contained in:
17
app/app_netclient/app_netclient.c
Executable file
17
app/app_netclient/app_netclient.c
Executable file
@@ -0,0 +1,17 @@
|
||||
/*************************************************
|
||||
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;
|
||||
|
||||
|
||||
8
app/app_netclient/app_netclient.h
Executable file
8
app/app_netclient/app_netclient.h
Executable file
@@ -0,0 +1,8 @@
|
||||
#ifndef __APP_CLIENT_H__
|
||||
#define __APP_CLIENT_H__
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* __APP_CLIENT_H__ */
|
||||
2
app/app_netclient/config.mk
Executable file
2
app/app_netclient/config.mk
Executable file
@@ -0,0 +1,2 @@
|
||||
SRC += $(wildcard $(APP_DIR)/app_netclient/*.c)
|
||||
CFLAGS += -I$(APP_DIR)/app_netclient
|
||||
Reference in New Issue
Block a user