File: example_c_file.c

package info (click to toggle)
pycparser 2.10%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,020 kB
  • ctags: 1,471
  • sloc: python: 4,415; ansic: 1,517; makefile: 22; sh: 10
file content (12 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
char tav = 'b';
char* moral = "ain't I \\\"\\\t\" a nice string?\"\"";
char* comment_inside = "but you will /* see it */!!!!";
char* i_have_newlines = "line one\nline two\nline three";

int main()
{
    auto char* multi = "a multi";
}