FreeRDP
|
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <errno.h>
#include <winpr/crt.h>
#include <winpr/print.h>
#include "trio.h"
#include "../log.h"
Functions | |
void | winpr_HexDump (const char *tag, UINT32 level, const BYTE *data, int length) |
void | winpr_CArrayDump (const char *tag, UINT32 level, const BYTE *data, int length, int width) |
char * | winpr_BinToHexString (const BYTE *data, int length, BOOL space) |
int | wvprintfx (const char *fmt, va_list args) |
int | wprintfx (const char *fmt,...) |
int | wvsnprintfx (char *buffer, size_t bufferSize, const char *fmt, va_list args) |
char* winpr_BinToHexString | ( | const BYTE * | data, |
int | length, | ||
BOOL | space | ||
) |
WinPR: Windows Portable Runtime Print Utils
Copyright 2012 Marc-Andre Moreau marca ndre .more au@g mail. com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
int wprintfx | ( | const char * | fmt, |
... | |||
) |
int wvprintfx | ( | const char * | fmt, |
va_list | args | ||
) |
int wvsnprintfx | ( | char * | buffer, |
size_t | bufferSize, | ||
const char * | fmt, | ||
va_list | args | ||
) |