The Ucpp version 1.3.2 fixes the error of the file loss interrupt and lexical parsing mode for terminating the carriage return.
Ucpp is a lightweight and fast C-language preprocessor that is designed to fully conform to the iso9899:1999 standard, known as C99. Ucpp can be compiled into a separate program or connected to other code, in the latter case, Ucpp will output one tokens at a time under the integrated lexical analyzer.
Ucpp runs in two modes: Lexical parsing mode, ucpp connecting to other code and outputting a series of tokens, each calling function produces a tokens; another is a non lexical pattern, ucpp preprocessing text and output text results to a file descriptor.
Download Address:
Http://code.google.com/p/ucpp/downloads/detail?http://www.aliyun.com/zixun/aggregation/11696.html ">name= ucpp-1.3.2.zip&can=2&q=
http://code.google.com/p/ucpp/downloads/detail?name=ucpp-1.3.2.tar.gz&can=2&q=
http://code.google.com/p/ucpp/downloads/detail?name=ucpp-1.3.2.tar.bz2&can=2&q=