libcfe  0.12.1
some useful C-functions
check_device.h
Go to the documentation of this file.
1 #ifndef CHECK_DEVICE_H
2 #define CHECK_DEVICE_H
3 
12 int check_device(const char *file, const char *dev);
13 
14 #endif /* CHECK_DEVICE_H */
int check_device(const char *file, const char *dev)
Definition: check_device.c:99