Allow inclusion from C++ source files.

This commit is contained in:
W. Eric Norum
2003-03-03 21:52:57 +00:00
parent fd5c03bdad
commit 2ed8cf1549

View File

@@ -31,5 +31,14 @@
* There seems to be no way to handle this automatically, so
* if you get compile errors, just make the appropriate changes here.
*/
#ifdef __cplusplus
extern "C" {
#endif
int putenv (char *);
char *strdup (const char *);
#ifdef __cplusplus
}
#endif