Skip to content

Commit 6d5870b

Browse files
committed
fix code fence
1 parent 43de34b commit 6d5870b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cpp/functions-with-variable-argument-lists-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ void ShowVar( char *szTypes, ... ) {
9797
}
9898
va_end( vl );
9999
}
100+
```
100101
101102
```Output
102103
32.400002

0 commit comments

Comments
 (0)