Menu

#25 Using fprintf instead of printf

Unstable_(example)
closed
None
3
2015-02-10
2015-02-09
No

I am using CUnit to test on an embedded system. Thus, I have no file and printf support, so I redirected all fprintf to my own function. I had a problem with printf in Basic.c .
This patch changes printf(...) to fprintf(stdout, ... ) , like it is used in the rest of the CUnit code.

1 Attachments

Discussion

  • Anil Kumar

    Anil Kumar - 2015-02-10

    Thank you Jasmin. The changes have been committed into trunk.

    Committed revision 167

     
  • Anil Kumar

    Anil Kumar - 2015-02-10
    • status: open --> accepted
    • assigned_to: Anil Kumar
     
  • Anil Kumar

    Anil Kumar - 2015-02-10
    • status: accepted --> closed
     

Anonymous
Anonymous

Add attachments
Cancel