/* * PROJECT: ReactOS CRT library * LICENSE: MIT (https://spdx.org/licenses/MIT) * PURPOSE: Implementation of pow * COPYRIGHT: Copyright 2022 Justin Miller */ /* INCLUDES ******************************************************************/ #include /* CODE **********************************************************************/ TEXTAREA LEAF_ENTRY pow LEAF_END pow END /* EOF */