#include <stdio.h>
#include <stdlib.h>
void
fx (void)
{
puts ("At exit fx");
}
foo (void)
atexit (fx);