for i in struct_list:
    f.write("struct " + i + " " + i + "_s;\n")
    f.write("struct " + i + " *" + i + "_p;\n\n")