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