Get things to build on RTEMS.

This commit is contained in:
W. Eric Norum
2003-07-31 16:52:32 +00:00
parent b99238b93c
commit af35fa7eb8
2 changed files with 6 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ extern "C" {
int putenv (char *);
char *strdup (const char *);
int snprintf(char *str, size_t size, const char *format, ...);
#include <stdarg.h>
int vsnprintf(char *str, size_t size, const char *format, va_list ap);
#ifdef __cplusplus
}
#endif

View File

@@ -9,6 +9,7 @@
\*************************************************************************/
#include <epicsStdio.h>
#include <osiUnistd.h>
extern "C" {