/* * Copyright (c) 2021, Konstantin Aladyshev * * SPDX-License-Identifier: MIT */ #include UINTN Plus2(UINTN number) { return number+2; }