lldiv.c\stdlib\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdlib/lldiv.c
blob: 7aaf7a0e6f24be999a824fe5b40750e346b66603 (plain) (blame)
1
2
3
4
5
6
#include <stdlib.h>
lldiv_t lldiv(long long num, long long den)
{
	return (lldiv_t){ num/den, num%den };
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月07日 17:50:08 +0000

AltStyle によって変換されたページ (->オリジナル) /