File: events.5c

package info (click to toggle)
cairo-5c 1.25
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: ansic: 4,703; makefile: 166; sh: 4
file content (5 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (6)
1
2
3
4
5
autoimport Cairo;
cairo_t cr = new ();
file f = open_event (cr);
while (!File::end (f))
    printf ("%s\n", File::fgets (f));