#include<stdio.h> #include<math.h> #include <malloc.h> #include <string.h> struct MyStruct { int a; struct MyStruct* next; }; typedef struct MyStruct s;