boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

complex.h (334B)


      1 #ifndef _COMPLEX_H
      2 #define _COMPLEX_H
      3 
      4 /* tcc-build stub: tcc does not implement C99 _Complex.
      5    This libc was built with complex disabled; the header is empty so
      6    non-complex code can still transitively include it (e.g. <tgmath.h>).
      7    Any direct use of complex types or functions will fail at compile or
      8    link time. */
      9 
     10 #endif