Search
❯
Apr 19, 20251 min read
#include <stdlib.h> int main() { int *p = malloc(sizeof(int)); return 0; }