![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Include dependency graph for osdStdio.c:Go to the source code of this file.
Functions | |
| LIBCOM_API int epicsStdCall | epicsSnprintf (char *str, size_t size, const char *format,...) |
| LIBCOM_API int epicsStdCall | epicsVsnprintf (char *str, size_t size, const char *format, va_list ap) |
| LIBCOM_API int epicsStdCall epicsSnprintf | ( | char * | str, |
| size_t | size, | ||
| const char * | format, | ||
| ... | |||
| ) |
Definition at line 14 of file osdStdio.c.
| LIBCOM_API int epicsStdCall epicsVsnprintf | ( | char * | str, |
| size_t | size, | ||
| const char * | format, | ||
| va_list | ap | ||
| ) |
Definition at line 26 of file osdStdio.c.