#include <iostream>#include <vector>#include "utils.h"Include dependency graph for msgfile.cc:

Go to the source code of this file.
Defines | |
| #define | NONEFOUND 0xffffffff |
Functions | |
| int | Read_text_msg_file (istream &in, vector< char * > &strings) |
| #define NONEFOUND 0xffffffff |
Referenced by Read_text_msg_file().
| int Read_text_msg_file | ( | istream & | in, | |
| vector< char * > & | strings | |||
| ) |
Definition at line 47 of file msgfile.cc.
References newstrdup(), and NONEFOUND.
Referenced by main(), and Setup_item_names().
Here is the call graph for this function:

1.5.1