Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
8ba39a47
Commit
8ba39a47
authored
Apr 22, 2014
by
Thomas Jahns
🤸
Browse files
popen/pclose are defined in stdio.h.
parent
4216319b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream.c
View file @
8ba39a47
...
...
@@ -2,7 +2,13 @@
# include "config.h"
#endif
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#endif
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include "cdi.h"
#include "cdi_int.h"
...
...
@@ -26,13 +32,9 @@
#include "namespace.h"
#include <string.h>
#define MAX_FNAMES 3
FILE
*
popen
(
const
char
*
command
,
const
char
*
type
);
int
pclose
(
FILE
*
stream
);
static
void
cdiPrintDefaults
(
void
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment