Skip to content

Commit d4cadb7

Browse files
authored
Merge pull request #5579 from MicrosoftDocs/main
5/27/2024 AM Publish
2 parents 5b294c8 + 0284663 commit d4cadb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intrinsics/fastfail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Immediately terminates the calling process with minimum overhead.
1313
## Syntax
1414

1515
```C
16-
void __fastfail(unsigned int code);
16+
__declspec(noreturn) void __fastfail(unsigned int code);
1717
```
1818
1919
### Parameters

0 commit comments

Comments
 (0)