#include "oscl_base.h"
#include "osclconfig_util.h"
Go to the source code of this file.
Functions | |
OSCL_IMPORT_REF int32 | oscl_snprintf (char *str, uint32 count, const char *fmt,...) |
OSCL_IMPORT_REF int32 | oscl_snprintf (oscl_wchar *str, uint32 count, const oscl_wchar *fmt,...) |
OSCL_IMPORT_REF int32 | oscl_vsnprintf (char *str, uint32 count, const char *fmt, va_list args) |
OSCL_IMPORT_REF int32 | oscl_vsnprintf (oscl_wchar *str, uint32 count, const oscl_wchar *fmt, va_list args) |