RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Data Structures | Functions
gcovdumpinfobase64.c File Reference

This source file contains the implementation of _Gcov_Dump_info_base64(). More...

#include <rtems/test-gcov.h>
#include <limits.h>
#include <string.h>
#include <rtems/base64.h>

Data Structures

struct  Gcov_Base64_context
 

Functions

void _Gcov_Dump_info_base64 (IO_Put_char put_char, void *arg)
 Dumps the gcov information as a base64 encoded gcfn and gcda data stream using the put character handler.
 

Detailed Description

This source file contains the implementation of _Gcov_Dump_info_base64().