Skip to content
Permalink
410ab6e717
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (9 sloc) 428 Bytes
Script started on 2020-05-26 09:07:53+02:00 [TERM="xterm-256color" TTY="/dev/pts/4" COLUMNS="198" LINES="39"]
buczek@geniux:~/nasal_daemon (master)$ make
cc "-O3" -c -o test.o test.c
cc "-O3" -c -o bla.o bla.c
cc test.o bla.o -o test
buczek@geniux:~/nasal_daemon (master)$ ./test
p called with not NULL
buczek@geniux:~/nasal_daemon (master)$ exit
Script done on 2020-05-26 09:08:00+02:00 [COMMAND_EXIT_CODE="0"]