I hereby claim:
- I am fxnoob on github.
- I am fxnoob (https://keybase.io/fxnoob) on keybase.
- I have a public key ASBw6PStRysqY54lyTsQdzlqU5CUv4PGvHE9eMM559mTLQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include "stack.h" | |
| #include "utils.h" | |
| #include "expr.h" | |
| int main(int argc, char const *argv[]) { | |
| char *str; | |
| str = (char *)argv[1]; | |
| size_t str_len = strlen(str); |