Protecting Memory Secrets: Difference between revisions

m
m (→‎{{header|Julia}}: handle length temp variable)
m (→‎{{header|Julia}}: ccall edit)
Line 88:
# Use C library character-based IO to prevent making julia immutable String """
getch() = ccall(:_getch, Cint, ())
putch(ch) = (ccall(:putchar_putch, Cint, (UInt8,), ch); flush(stdout))
 
 
4,102

edits