Files
linguist/samples/Terra/atoi.t
2016-01-28 11:22:27 +07:00

8 lines
88 B
Perl

c = terralib.includec("stdlib.h")
terra what()
return c.atoi("52")
end
print(what())