Skip to content

Commit 1e345b1

Browse files
authored
Merge pull request #804 from MicrosoftDocs/master
5/14 AM Publish
2 parents e1e0104 + 5de7d06 commit 1e345b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cpp/fastcall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.workload: ["cplusplus"]
2121
|-------------|--------------------|
2222
|Argument-passing order|The first two DWORD or smaller arguments that are found in the argument list from left to right are passed in ECX and EDX registers; all other arguments are passed on the stack from right to left.|
2323
|Stack-maintenance responsibility|Called function pops the arguments from the stack.|
24-
|Name-decoration convention|At sign (@) is prefixed to names; an at sign followed by the number of bytes (in decimal) in the parameter list is suffixed to names.|
24+
|Name-decoration convention|At sign (\@) is prefixed to names; an at sign followed by the number of bytes (in decimal) in the parameter list is suffixed to names.|
2525
|Case-translation convention|No case translation performed.|
2626

2727
> [!NOTE]
@@ -67,4 +67,4 @@ typedef BOOL (__fastcall *funcname_ptr)(void * arg1, const char * arg2, DWORD fl
6767

6868
## See Also
6969
[Argument Passing and Naming Conventions](../cpp/argument-passing-and-naming-conventions.md)
70-
[Keywords](../cpp/keywords-cpp.md)
70+
[Keywords](../cpp/keywords-cpp.md)

0 commit comments

Comments
 (0)