idfake: improve debug output with syscall return value
[rofl0r-debuglib.git] / tests / helloworld.c
blobc99e2252555f1283316c38546e200efca7583d0a
1 #include <unistd.h>
3 int main() {
4 write(1, "hello world\n", 12);