Normalise C and assembler include paths
Peter Naulls authored
Detail:
 This changes all the C and assembler includes to be a canoncial Unix format.
 Also match include paths to previous commit for EditIntern/DrawIntern/VerIntern
 Finally, also include some minor type fixes (NULL vs 0)
Admin:
 May be some other paths elsewhere in the source I'm not immediately able to fix.  Will address any issues ASAP, since this is a huge change.

Version 5.54. Not tagged
ca954eea
Name Last commit Last update
..
Super Normalise C and assembler include paths
alloc Changes for Customer W; also suitable for building on an Iyonix.
armprof 32-bit work merged from kbracey_32bit branch.
armsys Ansilib improvements, and a bugfix to system()
complex Added run-time and ISO C library support for C99 complex numbers.
ctype <ctype.h> * isblank() added.
date Import from cleaned 360 CD
error <ctype.h> * isblank() added.
fpprintf <ctype.h> * isblank() added.
locale * Added two new library chunks, 4 and 5, which contain extensions to the kernel and C library respectively. These have no static data associated with them, just being extensions of the stub tables. The reason for this is to minimise wasted space in programs that don't use the C99 facilities; o.stubs is now a library split into 3 pieces - basic kernel and CLib, extra kernel and extra
math Added run-time and ISO C library support for C99 complex numbers.
printf * Added two new library chunks, 4 and 5, which contain extensions to the kernel and C library respectively. These have no static data associated with them, just being extensions of the stub tables. The reason for this is to minimise wasted space in programs that don't use the C99 facilities; o.stubs is now a library split into 3 pieces - basic kernel and CLib, extra kernel and extra
scanf <ctype.h> * isblank() added.
signal * Added two new library chunks, 4 and 5, which contain extensions to the kernel and C library respectively. These have no static data associated with them, just being extensions of the stub tables. The reason for this is to minimise wasted space in programs that don't use the C99 facilities; o.stubs is now a library split into 3 pieces - basic kernel and CLib, extra kernel and extra
sort Fix for qsort to stop aborts.
stdio * Improved stdio to allocate extra FILE objects beyond the static array of 16. Number of open files now only limited by memory and the OS.
stdlib * Improved stdio to allocate extra FILE objects beyond the static array of 16. Number of open files now only limited by memory and the OS.
string * __assert2() added to support for C99 assert(), which displays function name.
time Import from cleaned 360 CD
xmath Import from cleaned 360 CD