File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
docs/c-runtime-library/reference Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -69,16 +69,15 @@ Creates a pipe and executes a command.
69
69
70
70
## Syntax
71
71
72
- ```
73
-
74
- FILE *_popen(
75
- const char *command,
76
- const char *mode
77
- );
78
- FILE *_wpopen(
79
- const wchar_t *command,
80
- const wchar_t *mode
81
- );
72
+ ```
73
+ FILE *_popen(
74
+ const char *command,
75
+ const char *mode
76
+ );
77
+ FILE *_wpopen(
78
+ const wchar_t *command,
79
+ const wchar_t *mode
80
+ );
82
81
```
83
82
84
83
#### Parameters
@@ -194,4 +193,4 @@ Process returned 0
194
193
## See Also
195
194
[ Process and Environment Control] ( ../../c-runtime-library/process-and-environment-control.md )
196
195
[ _ pclose] ( ../../c-runtime-library/reference/pclose.md )
197
- [ _ pipe] ( ../../c-runtime-library/reference/pipe.md )
196
+ [ _ pipe] ( ../../c-runtime-library/reference/pipe.md )
You can’t perform that action at this time.
0 commit comments