alloc.c:264:1 error: No reasonable alternatives for expression Applying untyped: 
  Name: ?=?
...to: 
  Name: p
  Applying untyped: 
    Name: realloc
  ...to: 
    Name: stp
    Applying untyped: 
      Name: ?*?
    ...to: 
      Name: dim
      Sizeof Expression on: Applying untyped: 
          Name: *?
        ...to: 
          Name: stp




alloc.c:265:1 error: No reasonable alternatives for expression Applying untyped: 
  Name: ?=?
...to: 
  Name: p
  Applying untyped: 
    Name: alloc
  ...to: 
    Name: stp
    Applying untyped: 
      Name: ?*?
    ...to: 
      Name: dim
      Sizeof Expression on: Applying untyped: 
          Name: *?
        ...to: 
          Name: stp




alloc.c:266:1 error: No reasonable alternatives for expression Applying untyped: 
  Name: ?=?
...to: 
  Name: p
  Applying untyped: 
    Name: memset
  ...to: 
    Name: stp
    constant expression (10 10: signed int)


alloc.c:267:1 error: No reasonable alternatives for expression Applying untyped: 
  Name: ?=?
...to: 
  Name: p
  Applying untyped: 
    Name: memcpy
  ...to: 
    Address of:
      Name: st1
    Address of:
      Name: st


