fak.c: proper values
The normal fak function prints proper values from 0-20 and the bigfak
function "guesses" up to 170!
committer: Markus Bröker <mbroeker@largo.homelinux.org>
/**
* parser/c_compiler/test/test.c
* Copyright (C) 2008 Markus Broeker
*/
#include <stdio.h>
#include <stdlib.h>
int main (int argc, char **argv)
{
FILE *fp;
printf ("Hello, world\n");
printf ("....\v....\f....\n");
return EXIT_SUCCESS;
}