FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
api/python_api/pythonFunctions.c at master · kcmohanprasad/api · GitHub
kcmohanprasad
/
api
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
api
/
python_api
/
pythonFunctions.c
Copy path
More file actions
More file actions
Latest commit
History
History
History
35 lines (28 loc) · 588 Bytes
Breadcrumbs
api
/
python_api
/
pythonFunctions.c
Copy path
File metadata and controls
35 lines (28 loc) · 588 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#include
<ctype.h>
#include
<errno.h>
#include
<fcntl.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
#include
<unistd.h>
#include
<getopt.h>
#include
<netdb.h>
#include
<signal.h>
#include
<sys/socket.h>
#include
<sys/types.h>
#include
"include.h"
int
lancer_connect
(
char
*
host
,
int
port
)
{
printf
(
"Lancer Connected %d\n"
,
port
);
return
udpclient
(
host
,
port
);
}
void
config_send
(
int
sockfd
,
char
*
buffer
,
int
len
)
{
send_msg
(
sockfd
,
buffer
,
len
);
printf
(
"Sending Data to socket\n"
);
}
/*
int recv_msg(int sockfd, unsigned char * inBufP )
{
}
*/
Back
|
FazBrowse Home
|
New Git URL