Search:

Type: Posts; User: AndiPersti

Search: Search took 0.01 seconds.

  1. Wrong, you have the same problem as in Append():...

    Wrong, you have the same problem as in Append():



    void AddFirst(char *str, int p, int l){
    struct notebook *temp;
    temp=(struct notebook *)malloc(sizeof(struct notebook));

    ...
  2. void Append(char *str, int p, int l){ struct...

    void Append(char *str, int p, int l){
    struct notebook *temp,*right;
    temp=(struct notebook *)malloc(sizeof(struct notebook));
    //temp=malloc(sizeof(struct notebook));
    ...
Results 1 to 2 of 2