]> andersk Git - splint.git/blob - test/exports.c
Fixes for win32
[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.558875 seconds and 5 git commands to generate.