develop/libraries/utils: Post-SVN tidy

- Move source code from `trunk` into root directory.
- Update ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
2025-05-25 15:06:16 +01:00
parent 728248f8d0
commit 9ab8d4e49a
7 changed files with 66 additions and 64 deletions

View File

@@ -1,3 +1,6 @@
; SPDX-License-Identifier: NOASSERTION
;
;-----------------------------------------------------------------------------+
; Library "utils" (c) Sergei Steshin (Akyltist) |
;-----------------------------------------------------------------------------+
@@ -15,7 +18,7 @@ public EXPORTS
section '.flat' code readable writable align 16
include '../../../../proc32.inc'
include '../../../proc32.inc'
include '_ftoa.inc'
include '_atof.inc'
include '_rand.inc'
@@ -61,4 +64,3 @@ EXPORTS:
szRandom db 'random' ,0
section '.data' data readable writable align 16