File: sample.c

package info (click to toggle)
lclint-doc 2.3i-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 1,236 kB
  • ctags: 2,165
  • sloc: ansic: 402; makefile: 117
file content (12 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
typedef /*@abstract@*/ char *mstring;

int faucet (void)
{
  int *x = (int *) malloc (sizeof (int) * 24);

  /*
  ** silly program ...
  */

  return 3;
}