|
hl7parse
|
Byte Order MArk (BOM) information of a file. This struct is created by detect_bom() More...
#include <bom.h>
Public Attributes | |
| char * | bom |
| int | length |
| bom_endianness_t | endianness |
Byte Order MArk (BOM) information of a file. This struct is created by detect_bom()
| char* bom_t::bom |
contanis the raw bytes of the bom
| bom_endianness_t bom_t::endianness |
endianness
| int bom_t::length |
the length of the bom
1.8.13