Search:

Type: Posts; User: paola

Search: Search took 0.02 seconds; generated 55 minute(s) ago.

  1. Replies
    3
    Views
    4,524

    THX! And I turn my static function into...

    THX! And I turn my static function into non-static, and it still works! in the future ... can the fact that this function is not static maybe cause a headache?


    #include <stdlib.h>
    #include...
  2. Replies
    3
    Views
    4,524

    split char array, store and return it

    Hi, i'm trying to do a function to split a char string received by parameter letter-by-letter, store, and return it. I writed this code, its working but i'm using two functions to do that, and i...
Results 1 to 2 of 2