]> andersk Git - splint.git/blob - test/tests2.4/fink.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / tests2.4 / fink.c
1 enum {
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
9 typedef struct
10 {
11   int val[2];
12 } fsid_t;                                
13
This page took 0.062899 seconds and 5 git commands to generate.