]> andersk Git - splint.git/blame - test/exports.c
Added files for the splint.sf.net repository as part of the merge process.
[splint.git] / test / exports.c
CommitLineData
885824d3 1# include "exports.h"
2
3int glob;
4
5int f(int a, int b)
6{
7 return (a + b);
8}
This page took 3.106952 seconds and 5 git commands to generate.