char* typeAsText(char c);

Static function typeAsText() returns a name of field type.
You can use it together with fieldType().


{
    // your code
    printf( "%s\n", typeAsText('L') );
    // your code
}