pmc: namespace algebra for vector
-> the namespace prevents clashes with std::vector
-> std::vector and algebra::Vector with capital V.
md5: a md5 replacement
ncurses: keypad function added
committer: Markus Bröker <mbroeker@largo.homelinux.org>
/**
* test/demos/parser/calc/main.c
* Copyright (C) 2008 Markus Broeker
*/
#include <stdio.h>
extern int yyparse ();
int main (int argc, char **argv)
{
yyparse ();
return 0;
}