mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
12 lines
326 B
C
12 lines
326 B
C
/*
|
|
* PROJECT: ReactOS CRT library
|
|
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
|
* PURPOSE: Implementation of __stou64_worker
|
|
* COPYRIGHT: Copyright 2021 Roman Masanin <36927roma@gmail.com>
|
|
*/
|
|
|
|
#define __fto64_worker __stou64_worker
|
|
|
|
#include "__fto64_worker.h"
|
|
|
|
/* __stou64 is implemented in __stou64.s */
|