﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
309	Relax main method signature requirements	zirkel		"Right now main is required to have one of two signatures.

{{{
int main()
int main(int argc, char* argv[])
}}}

In the C99 standard, main can have other equivalent signatures.  In example.c, we use

{{{
int main(int argc, char** argv)
}}}

It is also legal for these types to be replaced with equivalent typedef names."	task	closed	major		model	1.1	wontfix		
