Hacker News new | ask | show | jobs
by rurban 2942 days ago
zero initing is default behavior for static values or structs.

    static int x, y; /* x and y are zero */