ReactOS 0.4.15-dev-7953-g1f49173
__rt_sdiv.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS CRT library
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: Implementation of __rt_sdiv
5 * COPYRIGHT: Copyright 2015 Timo Kreuzer <timo.kreuzer@reactos.org>
6 * Copyright 2021 Roman Masanin <36927roma@gmail.com>
7 */
8
9#define __rt_div_worker __rt_sdiv
10#define _SIGNED_DIV_
11
12#include "__rt_div_worker.h"
13
14/* __rt_sdiv is implemented in __rt_div_worker.h */