/* 18oct09 johnpfeiffer program to output a fixed width characters, like
linux already has: fmt -w 80 filename */

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main(int argc, char* argv[])
{



	return 0;
}
