File: bug55395.ffi

package info (click to toggle)
nyacc 1.09.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,540 kB
  • sloc: lisp: 34,985; sh: 682; makefile: 462; ansic: 279; javascript: 61; tcl: 27
file content (11 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
(define-ffi-module (ffi buf55395)
  #:api-code "
struct foo
{
        // comment
        int bar;
        int baz;
};

void qaz(struct foo zaq);
")