Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Construction Worker (mercurialbuilding@cawfee.club)'s status on Tuesday, 07-Nov-2023 06:56:17 JSTConstruction Worker Going to start writing bigass macros to slightly decrease the amount of writing I need to do in C, lower time complexity
Why do val = (int *) malloc(sizeof(int)) when I can do int_malloc(val, 1)