1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/libraries/dt_api/src/lib.hb

8 lines
192 B
Plaintext
Raw Normal View History

2024-09-18 03:38:49 -05:00
stn := @use("../../stn/src/lib.hb");
2024-09-13 18:11:23 -05:00
.{string, memory, buffer} := stn
dt_get := fn(query: ^u8): int {
message_length := string.length(query)
return @eca(int, 3, 5, query, message_length)
}