Hi~ everyone!
I just try the dynC_API with a simple code like this :
/*printf("dync");*/
got some error messages like this :
_Snippet_1:2.0: error: Unable to find InstVar "printf" for token 'printf'_
_Snippet_1:2.6: error: syntax error for token '('_
then I try the code like this:
/*inf 'printf("dync");*/
got some error messages like this :
_Snippet_11:2.5: error: syntax error for token 'printf'_
_Snippet_11:2.5: error: Unable to find InstVar "printf" for token
'printf'_
Is there some suggestions for me a newbie ?
_______________________________________________