71 Does your game oppress minorities? You are making games, right? (media.scored.co) posted 1 year ago by rattleS 1 year ago by rattleS +71 / -0 26 comments share 26 comments share save hide report block hide replies
bool * isFemale = (bool*)malloc(sizeof(isFemale));
Its been 10+ years since I took a C course. If I recall correctly malloc() initializes to garbage memory values, calloc() initializes to 0 by default.