18 lines · yaml
1header: subdir/test.h2standards:3 - bsd4functions:5 - name: func6 return_type: type_a7 arguments:8 - type: type_b9 - name: gnufunc10 return_type: void11 arguments:12 - type: type_a13 standards:14 - gnu15 - name: ptrfunc16 return_type: int *17 arguments: []18