]> andersk Git - splint.git/blame - test/exports.c
Committing Evans's update of man page to fix problems reported by ESR.
[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 0.073237 seconds and 5 git commands to generate.