Menu

cproto could output whole sourcecode

2001-08-10
2001-08-10
  • Petri Koistinen

    Petri Koistinen - 2001-08-10

    Hi!

    I would like see that cproto would just convert all functions
    and output whole converted source file to stdout.

    Petri

     
    • Chin Huang

      Chin Huang - 2001-08-10

      Pipe the C source code into cproto through stdin and it will output the converted source to stdout.  For example

      cproto -a <file.c

       

Log in to post a comment.