]> andersk Git - splint.git/blob - test/exports.c
Changed makefile to include line information in generated yacc/bison code (as I had...
[splint.git] / test / exports.c
1 # include "exports.h"
2
3 int glob;
4
5 int f(int a, int b)
6 {
7   return (a + b);
8 }
This page took 0.042926 seconds and 5 git commands to generate.