#include <stdio.h>
#include <stdlib.h>
#include<string.h>
struct no
{
char chave[15];
struct noesq;
struct nodir;
struct no*pai;
};
typedef struct no No;
void inserir(Nox)
{
printf("%s",x->chave[15]);
Noy= NULL;
while(x!=NULL)
{
y=x;
if(strcmp(z->chave,x->chave)==0)
{
}
}
}
int main()
{
return 0;
}