Добавлено ДЗ6
This commit is contained in:
9
06_Debugging/main.c
Normal file
9
06_Debugging/main.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main() {
|
||||
char* s = malloc(40);
|
||||
free(s);
|
||||
free(s);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user