4 lines
95 B
Mojo
4 lines
95 B
Mojo
@export("ds4_mojo_probe")
|
|
def ds4_mojo_probe(value: Int32) abi("C") -> Int32:
|
|
return value
|