Skip to content

Instantly share code, notes, and snippets.

View GabiLarg's full-sized avatar

Gabriela Assis GabiLarg

View GitHub Profile

Keybase proof

I hereby claim:

  • I am gabilarg on github.
  • I am gabilarg (https://keybase.io/gabilarg) on keybase.
  • I have a public key ASDrHOdAFOafN5qnb8XlGOHLAfWUyOqygNQb6iCdx91S7wo

To claim this, I am signing this object:

@GabiLarg
GabiLarg / getword.c
Last active August 29, 2015 14:10
This is a simple *ugly* shell code with some built-in features.
/*Author: Gabriela Pereira de Assis*/
#include "getword.h"
int getword(char* s){
char c;
int hasChar=0;
int count =0;
int i=0;
while(i<STORAGE){