mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 12:31:01 +00:00
15 lines
153 B
OpenEdge ABL
15 lines
153 B
OpenEdge ABL
|
// TBD
|
||
|
|
||
|
send_udp(host, port, msg) {
|
||
|
D("cannot send_udp\n");
|
||
|
}
|
||
|
|
||
|
query_udp_port() {
|
||
|
return 4404;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
void cat(string file) { write(read_file(file)); }
|
||
|
|