SalimMeghani

Primary tabs

I have 53 stories published in 0 collections on the site.
My stories have been read 21080 times

SalimMeghani's picture
Salim Meghani

 

My stories

eval_brkt().

void eval_brkt(int *error, char *form, int *start, int *end, int *bracket, int *length) { int loop=0,size=0; char *ecopy=NULL; char *nbrac=NULL; char...

find_brkt()

// void find_brkt(int *error, char *form, int *start, int *end, int *bracket, int *length) { int loop, loop2, rgtbrac=0; loop=loop2=0; *length=strlen...

eval_parser (Part 1).

// Reverse Polish Parser. double eval_parser(char* newyk, int *error) { double answer=0; switc=newyk[x]; if ((switc=='%') && (x==0)) // In...

eval_parser() (Part 2) & Misc. Parser functions.

if (switc=='%' && texas[s-1]=='%') { putcalif('%'); break; } } while (!(switc=='%' && texas[s-1]=='%')); // form3=(char *) calloc ((...

evaluate_cell().

// Evaluate and store contents of a cell in szBuffer. void evaluate_cell(int column, int row, char type, char *szBuffer, char top, char *genetic) {...

Pages