diff options
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ #include "pci.h" +#define min2(a, b) (((a)<(b))?(a):(b)) + int pcilib_isnumber(const char *str); int pcilib_isxnumber(const char *str); |