I hereby claim:
- I am mroik on github.
- I am mroik (https://keybase.io/mroik) on keybase.
- I have a public key ASBnpSDjaJtoZZWtpHb7Uh_HyAeUm3urXCdIVYvEu5nnbgo
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <stdlib.h> | |
| typedef int(*int_ptr)(test); | |
| typedef struct { | |
| int a; | |
| int_ptr next; | |
| } test; | |
| int next_r(test* self) |
| int split(char *string, char sep, int n_char, char ***array_values) | |
| { | |
| int n_values = 1; | |
| int start = 0; | |
| for(int x = 0; x < n_char; x++) | |
| { | |
| if(string[x] == sep) | |
| n_values++; | |
| } |
I hereby claim:
To claim this, I am signing this object: