File: README.Debian

package info (click to toggle)
zoo 2.10-21
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 852 kB
  • ctags: 1,258
  • sloc: ansic: 8,944; asm: 793; makefile: 179
file content (15 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
zoo for Debian
--------------

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

 -- Jose Carlos Medeiros <debian@psabs.com.br>  Sat, 22 Mar 2008 15:19:10 -0300