Listing 2 Accessing the message catalog

message_file = catopen("example.cat", 0);
printf("%s", catgets(message_file, 24, 1,
    "I can't find it");
catclose(message_file);

/* End of File */