scpi_tools.h 122 B

1234567
  1. #ifndef SCPI_TOOLS_H
  2. #define SCPI_TOOLS_H
  3. #ifndef cellsof
  4. #define cellsof(a) (sizeof(a)/sizeof(a[0]))
  5. #endif
  6. #endif