fork(1) download
  1. /*
  2. Exercises Section 1.5.2
  3.  
  4. Exercise 1.23: Write a program that reads several transactions and counts how many transactions
  5. occur for each ISBN.
  6.  
  7. Exercise 1.24: Test the previous program by giving multiple transactions
  8. representing multiple ISBNs. The records for each ISBN should be grouped together.
  9. */
  10.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
stdout
Standard output is empty