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