Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libserialport libxml2
Diff: iiod-client.c
- Revision:
- 2:9eb0a9a1f958
- Parent:
- 0:df031b60ca29
- Child:
- 3:d147beabba0e
diff -r 7037438ba4c1 -r 9eb0a9a1f958 iiod-client.c --- a/iiod-client.c Thu Aug 25 16:01:01 2016 +0000 +++ b/iiod-client.c Tue Sep 20 15:34:31 2016 +0000 @@ -1,9 +1,27 @@ +/* + * libiio - Library for interfacing industrial I/O (IIO) devices + * + * Copyright (C) 2014-2016 Analog Devices, Inc. + * Author: Paul Cercueil <paul.cercueil@analog.com> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + */ + #include "debug.h" #include "iiod-client.h" -#include "iio-errno.h" #include "iio-lock.h" #include "iio-private.h" +#include <errno.h> #include <inttypes.h> #include <string.h> #include <stdio.h>