File: README.compilers

package info (click to toggle)
zoo 2.10-9
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 780 kB
  • ctags: 1,288
  • sloc: ansic: 9,041; asm: 793; makefile: 211
file content (11 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
The linux target I created was based on the bsd 4.3 target, with the
following differences :-

     Linux has strchr().
     Linux signal handler returns void data type.
     (Debian GNU/)Linux uses stdarg.h in preference to varags.h.
     Linux has memmove().
     (Debian GNU/)Linux uses ansi C compilers (required for stdarg.h).
     Linux malloc() returns a void pointer.
     Linux has vprintf().