apm_state
errx(1, "%s: %s", apm_state(reply.newstate), strerror(reply.error));
errx(1, "%s: %s", apm_state(reply.newstate), strerror(reply.error));
enum apm_state newstate;
extern const char *apm_state(int apm_state);
apm_state(int apm_state)
switch (apm_state) {