Skip to content

Commit ccfce32

Browse files
authored
Document that __fastfail is noreturn
1 parent c2c9412 commit ccfce32

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)