Search:

Type: Posts; User: farklem

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,856

    Using realloc

    Thanks for everyone's help so far, im working on using realloc instead of malloc. So far this is what I have but I get a segmentation fault when I try to add an item with my function add_vhost.

    ...
  2. Replies
    3
    Views
    1,856

    Dynamic array resizing

    I have written some simple code to add/remove items to/from an array. I am trying to modify the code so that it will accept any data type instead of having a make a new add/del function for each...
Results 1 to 2 of 2