Fennel: CalcMessage Class Reference (original) (raw)

strA is a 5 character long string, per SQL99 Part 2 Section 22.1.

strA can be either null terminated or simply 5 characters long.

Definition at line 44 of file CalcMessage.h.

00045 : pc(pcA) 00046 { 00047 memcpy(str, strA, 5); 00048 str[5] = 0; // insure null termination 00049 }