#ifndef _QA_QSTRINGS_H_ #define _QA_QSTRINGS_H_ #include <stddef.h> int is_vzero(const void *v, size_t len); #endif /* _QA_QSTRINGS_H_ */