File: cfuncs.c

package info (click to toggle)
cython 0.15.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 16,480 kB
  • sloc: python: 45,354; xml: 1,031; cpp: 635; makefile: 229; lisp: 48; ansic: 28
file content (8 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
void
some_c_function(void)
{
    int a, b, c;

    a = 1;
    b = 2;
}