Could anyone please send me (or post here) a copy of graphics.h. I have searched for it tons of times, but haven't found the one I need.

I'm looking for the one that has the following functions:
InitGraphics()
MovePen(x, y)
DrawLine(x, y)
DrawArc(r, start, sweep)
GetWindowWidth()
GetWindowHeight()
GetCurrentX()
GetCurrentY()


Thanks.