The boilerplate code looks like such:
public makes this function global
static will allocate memory automatically
void will make so that the function does not return anything
The boilerplate code looks like such:
public makes this function global
static will allocate memory automatically
void will make so that the function does not return anything