Go to the source code of this file.
|
| int | main (int argc, char **argv) |
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
Definition at line 23 of file rcu_locate.cxx.
24{
25 if (argc != 2)
26 {
27 std::cerr <<
"usage: " <<
argv[0] <<
" locations" << std::endl;
28 return 1;
29 }
30
32 return 0;
33}
std::string locate(const std::string &locations)
effects: find the file with the given name from a list of locations separated by "::".