1 // ----------------------------------------------------------------------------
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
8 // ----------------------------------------------------------------------------
11 float _Complex cproj( float _Complex x ) { /* TODO */ };
12 long double _Complex cproj( long double _Complex x ) { /* TODO */ };
14 // ----------------------------------------------------------------------------
17 double _Complex cproj( double _Complex x ) { /* TODO */ };
18 float _Complex cprojf( float _Complex x ) { /* TODO */ };
19 long double _Complex cprojl( long double _Complex x ) { /* TODO */ };