MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / write_unicode_bom

Function write_unicode_bom

src/common/Utility.cpp:391–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391void write_unicode_bom(FILE *fp) {
392 WORD bom = 0xFEFF;
393 fwrite(&bom, sizeof(bom), 1, fp);
394}

Callers 1

saveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected