CMR  1.3.0
Functions | Variables
element.c File Reference
#include <cmr/element.h>
#include <stdio.h>
#include <string.h>

Functions

CMR_EXPORT const char * CMRelementString (CMR_ELEMENT element, char *buffer)
 

Variables

static char elementStringBuffer [32]
 

Function Documentation

◆ CMRelementString()

CMR_EXPORT const char* CMRelementString ( CMR_ELEMENT  element,
char *  buffer 
)
Parameters
elementElement to print.
bufferBuffer of size at least 32. May be NULL, in which case a static buffer is used.

Variable Documentation

◆ elementStringBuffer

char elementStringBuffer[32]
static