/*==============================
Girfa Student Help
Program : Polygon fill demo
More Program :
http://girfahelp.blogspot.in/p/graphics-c-language.html
Coder Name : Mayank Khare , BCA
================================*/
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>
#include <conio.h>
int main(void)
{
/* request auto
detection */
int gdriver
= DETECT, gmode, errorcode;
int maxx,
maxy;
/* our polygon
array */