#include <stdio.h>

#define  AM        -1
#define PM         1

int          civ_to_mil(int am_pm, int chour);
void       mil_to_civ(int mhour, int *am_pm, int *chour);