Hi All, 
  I am new to Tiny Core Linux but It is very good to me. 
  I would like to know how to include stdio.h , inttypes.h and errno.h in my Tiny Core Linux. 
  version: v3.5.1
  gcc: 4.4.3   (gcc.tcz)
  I got following message when I compile the *.c by Makefile.
  error: inttypes.h: No such file or directory
  error: stdio.h: No such file or directory
  error: errno.h: No such file or directory
  Please help, Thanks a lot.