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/ldiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/ldiv.c')
-rw-r--r--src/stdlib/ldiv.c 6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdlib/ldiv.c b/src/stdlib/ldiv.c
new file mode 100644
index 00000000..36eb960b
--- /dev/null
+++ b/src/stdlib/ldiv.c
@@ -0,0 +1,6 @@
+#include <stdlib.h>
+
+ldiv_t ldiv(long num, long den)
+{
+ return (ldiv_t){ num/den, num%den };
+}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月13日 08:46:42 +0000

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