forked from AbleOS/ableos
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
.{log, string, memory, buffer} := @use("../../../libraries/stn/src/lib.hb")
|
|
|
|
service_search := fn(): void {
|
|
a := "\{01}\0"
|
|
@eca(3, 0, a, 2)
|
|
|
|
return
|
|
}
|
|
|
|
main := fn(): int {
|
|
//service_search()
|
|
return 0
|
|
} |