if (resp != NULL) {
l = strlen(resp);
#ifdef DEBUG
fprintf(stderr, "SYNC_EXP: %s (%d)\n", resp, l);
fprintf(stderr, "SYNC_EXP: %s (%zu)\n", resp, l);
#endif
}