mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
Only builds with GCC now
This commit is contained in:
@ -37,6 +37,10 @@
|
|||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
|
#if defined(__GNUC__) || (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L))
|
||||||
|
|
||||||
|
/****************************************************************************/
|
||||||
|
|
||||||
lldiv_t
|
lldiv_t
|
||||||
lldiv(long long n,long long d)
|
lldiv(long long n,long long d)
|
||||||
{
|
{
|
||||||
@ -49,3 +53,7 @@ lldiv(long long n,long long d)
|
|||||||
|
|
||||||
return(result);
|
return(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/****************************************************************************/
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user