Error.c 85 B

12345
  1. #include "Error.h"
  2. bool hasError(const Error* e) {
  3. return e->text[0] != '\0';
  4. }