rizin/libr/egg/t/write.r
2015-09-02 01:40:12 +02:00

6 lines
76 B
R

write@syscall(4)
main@global(128) {
.var1 = "sup";
write(1, .var1, 3);
}