2 * Example test program that just uses the tokenization and
3 * preprocessing phases, and prints out the results.
5 * Copyright (C) 2003 Transmeta Corp.
8 * Licensed under the Open Software License version 1.1
21 int main(int argc
, char **argv
)
23 struct string_list
*filelist
= NULL
;
27 sparse_initialize(argc
, argv
, &filelist
);
28 FOR_EACH_PTR_NOTAG(filelist
, file
) {
30 } END_FOR_EACH_PTR_NOTAG(file
);
31 show_identifier_stats();