File: compilers.README

package info (click to toggle)
zoo 2.10-5
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 772 kB
  • ctags: 1,285
  • sloc: ansic: 9,016; asm: 793; makefile: 209
file content (15 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Zoo now produces an unfunny amount of warnings when compiling, this is
because of the use of ANSI prototypes (which is required for
stdarg.h), I think they can safely be ignored.

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().