32 int main(
int argc,
char **argv)
36 RawFiles personal(
"modules/comments/rawfiles/personal/",
"MINE",
"Personal Comments");
40 fprintf(stderr,
"usage: %s <\"comment\"> <\"verse\"> [count] [disable AutoNormalization]\n", argv[0]);
53 max = (argc < 4) ? 1 : atoi(argv[3]);
55 for (loop = 0; loop < max; loop++) {
59 std::cout <<
"Added Comment" << std::endl;
virtual char setKey(const SWKey *ikey)
SWDEPRECATED char AutoNormalize(char iautonorm)
SWDEPRECATED char Persist() const