File: cxx-test.C

package info (click to toggle)
glib2.0 2.24.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 46,108 kB
  • ctags: 31,166
  • sloc: ansic: 239,332; sh: 11,438; xml: 5,729; makefile: 2,551; perl: 1,259; python: 754; cpp: 9
file content (10 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
#include <glib.h>
#include <gmodule.h>
#include <glib-object.h>
#include <gio/gio.h>

int
main ()
{
  return 0;
}