mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +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)); }
|
||
|
|