mirror of
https://github.com/Estom/notes.git
synced 2026-02-08 13:05:57 +08:00
8 lines
94 B
C
8 lines
94 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv){
|
|
|
|
int i = 10;
|
|
char *b = &i;
|
|
|
|
} |