This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
jsfw
mirror of
https://github.com/stupidcomputer/jsfw.git
Watch
1
Star
0
Fork
You've already forked jsfw
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5bdf9f4c58
jsfw
/
client.c
5 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
commit before cleaning
2022-08-30 11:45:53 -05:00
#
include
"client.h"
housekeeping
2022-08-30 12:08:36 -05:00
#
include
<stdint.h>
commit before cleaning
2022-08-30 11:45:53 -05:00
housekeeping
2022-08-30 12:08:36 -05:00
void
client_run
(
char
*
address
,
uint16_t
port
)
{
}