mirror of
https://github.com/Estom/notes.git
synced 2026-02-03 18:44:19 +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;
|
|
|
|
} |