YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
deprecated.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#include <iostream>
7
8int main(int argc, char *argv[]) {
9 std::cerr << argv[0] << " is deprecated. Please use \"yarpserver\" instead." << std::endl;
10 return 1;
11}
int main(int argc, char *argv[])
Definition deprecated.cpp:8