Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iio.h: Remove c++ access to c only functions
The C11 generic macros iio_attr_{read,write} cannot be accesed from a program built with C++. Adding the __cplusplus guard for these functions will ensure that C++ users do not accidentally use these. Signed-off-by: Andrei-Fabian-Pop <[email protected]>
- Loading branch information