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
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/lldiv.c')
-rw-r--r--src/stdlib/lldiv.c 6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdlib/lldiv.c b/src/stdlib/lldiv.c
new file mode 100644
index 00000000..7aaf7a0e
--- /dev/null
+++ b/src/stdlib/lldiv.c
@@ -0,0 +1,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月15日 13:58:34 +0000

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