DEBSOURCES
Skip Quicknav
sources / gtksourceview4 / 4.0.3-2 / tests / syntax-highlighting / file.h
1234567891011
/* A C header damn it */ #include <foo.h> #import <Object.h> @interface Lalala : Object - (void) sayHello; @end class Boo { void hello (); };