Define $P=\frac{-y}{x^2+y^2}$ and $Q=\frac{x}{x^2+y^2}$ for $(x,y)\neq(0,0)$
I wish to show that $$\oint_C (Pdx+Qdy) \,=2\pi \\$$ where C is any circle with centre $(0,0)$ orientated counterclockwise.
I'm unsure how to solve this problem, as I believe Green's Theorem does not apply in this instance as $P$ and $Q$ are not $C^1$. I am not looking for an explicit answer, rather hints on how to proceed.
To parameterize a circle of indeterminate radius
$x = R\cos t\\ y = R\sin t$
$\int_0^{2\pi} \frac {-R\sin t}{R^2} (-R\sin t) + \frac{R\cos t}{R^2} (R\cos t)\ dt$