]> andersk Git - splint.git/blame - test/tests2.4/fink.c
noexpand always false.
[splint.git] / test / tests2.4 / fink.c
CommitLineData
885824d3 1enum {
2 SCM_RIGHTS = 0x01, /* Transfer file descriptors. */
3 SCM_ASD = 3.42,
4 __SCM_CONNECT = "asdf" /* Data array is `struct scm_connect'. */
5};
6
7__extension__ typedef long long int quad_t;
8
9typedef struct
10{
11 int val[2];
12} fsid_t;
13
This page took 0.124839 seconds and 5 git commands to generate.