[Prev][Next][Index]
Re: your mail
- Date: Mon, 20 Jun 94 15:46:39 CST
- From: clliu@alpha.ie.nsysu.edu.tw (Che Liang Liu)
- To: cychen@kiwi.ucs.indiana.edu
- Subject: Re: your mail
>> Dear Sir,
>>
>> I am a user of Sage++ V1.3.1. I meet a problem. A file like :
>>
>>
>>-----------------------------------------------------------------------
>> #include <stdio.h>
>> #include <stdlib.h>
>>
>
>Could you describe your problem more specifically? It is really hard
>to figure out what kind of problem it is according to your message.
>
>Chih-Yi
>cychen@cs.indiana.edu
Thanks for answering for me. I mean if a file look like :
-----------------------------------------------------------------------
#include <stdio.h>
#include <stdlib.h>
main()
{
int i,j,k;
printf("this is a test.\n");
}
-------------------------------------------------------------------------
Then I use pC++2dep to parse it in order to generate the .dep file.
It succeeds, but when I use the "unparse" executable file to unparse
it. It will generate:
-----------------------------------------------------------------------
main()
{
int i,j,k;
printf("this is a test.\n");
}
-------------------------------------------------------------------------
Why these two lines ( "#include <stdio.h>" and "#include <stdlib.h>" )
disappear? These two line are really important to me.
Thanks again.
clliu
clliu@alpha.ie.nsysu.edu.tw