Skip to content

Commit 2896e92

Browse files
author
Colin Robertson
authored
Update ceil-ceilf-ceill.md
Add ntdll.dll location to apilocation metadata.
1 parent f569414 commit 2896e92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/c-runtime-library/reference/ceil-ceilf-ceill.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.technology: ["cpp-standard-libraries"]
88
ms.tgt_pltfrm: ""
99
ms.topic: "article"
1010
apiname: ["ceilf", "ceil", "ceill"]
11-
apilocation: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
11+
apilocation: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "ntdll.dll", "api-ms-win-crt-math-l1-1-0.dll"]
1212
apitype: "DLLExport"
1313
f1_keywords: ["ceil", "ceilf", "ceill"]
1414
dev_langs: ["C++"]
@@ -73,4 +73,4 @@ long double ceill(
7373
[Floating-Point Support](../../c-runtime-library/floating-point-support.md)
7474
[floor, floorf, floorl](../../c-runtime-library/reference/floor-floorf-floorl.md)
7575
[fmod, fmodf](../../c-runtime-library/reference/fmod-fmodf.md)
76-
[round, roundf, roundl](../../c-runtime-library/reference/round-roundf-roundl.md)
76+
[round, roundf, roundl](../../c-runtime-library/reference/round-roundf-roundl.md)

0 commit comments

Comments
 (0)