diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-15 11:07:19 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-15 11:07:19 +0200 |
| commit | 999877265276c8a5ae78eb01c92d1d9928a13576 (patch) | |
| tree | 1f80bea80726dfc3fe12d14809160619dcc40174 /Usr/Sys/CoreSystem/Sources/Math.c | |
| parent | 1efed3cbec879134d55aee8e13c6bbc6da9b6ef6 (diff) | |
MHR-31: ARM Support: Removing API from repository.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Usr/Sys/CoreSystem/Sources/Math.c')
| -rw-r--r-- | Usr/Sys/CoreSystem/Sources/Math.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Usr/Sys/CoreSystem/Sources/Math.c b/Usr/Sys/CoreSystem/Sources/Math.c deleted file mode 100644 index 2d9536f6..00000000 --- a/Usr/Sys/CoreSystem/Sources/Math.c +++ /dev/null @@ -1,14 +0,0 @@ -/* ------------------------------------------- - - Copyright Zeta Electronics Corporation - -------------------------------------------- */ - -#include <Headers/Math.h> - -/// @brief Number generator helper. -/// @return Random generated number. -CS_EXTERN_C SizeType MathRand(VoidType) -{ - return kSharedApplication->Invoke(kSharedApplication, kCallRandomNumberGenerator); -}
\ No newline at end of file |
