src/c2html.c

changeset 49
f86f0b054464
parent 48
b2724c711203
child 50
17408c3607ce
equal deleted inserted replaced
48:b2724c711203 49:f86f0b054464
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 * 27 *
28 */ 28 */
29 #include "c2html.h" 29 #include "c2html.h"
30 30
31 #include "ucx/buffer.h"
32 #include "ucx/list.h" 31 #include "ucx/list.h"
33 #include "ucx/utils.h"
34 32
35 void printhelp() { 33 void printhelp() {
36 printf("Formats source code using HTML.\n\nUsage:\n" 34 printf("Formats source code using HTML.\n\nUsage:\n"
37 " c2html [Options] FILE\n\n" 35 " c2html [Options] FILE\n\n"
38 " Options:\n" 36 " Options:\n"

mercurial