Search found 1 match

by rneves
Thu Feb 21, 2008 9:55 pm
Forum: Volume 101 (10100-10199)
Topic: 10197 - Learning Portuguese
Replies: 45
Views: 23243

10197 - Runtime Error

Hi all,

I'm getting runtime error don't know the reason :| Don't know if i'm calling anything wrong but i don't think so...



#include<stdio.h>
#include<string.h>
#include<malloc.h>

char * calcSufixo(char *strPt);

char * calcRoot(char *strPt);

void presentVerb(char *root,char *sufixo,char ...

Go to advanced search