header only lib
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
int* x;
|
||||
void* y;
|
||||
x = y;
|
||||
|
||||
char s[16];
|
||||
scanf("%s", s);
|
||||
printf("%s\n", s);
|
||||
|
||||
Reference in New Issue
Block a user