#include "license_pbs.h" /* See here for the software license */ #include #include /* fprintf */ ssize_t read_ac_socket(int fd, void *buf, ssize_t count) { fprintf(stderr, "The call to read_nonblocking_socket needs to be mocked!!\n"); exit(1); }