winnie-http/goofy.c

10 lines
96 B
C
Raw Normal View History

2024-05-15 14:52:38 +07:00
#include <stdio.h>
char *p;
int l = 65;
char *p = (char *) &l;
int q = *(int **) &p = &l;