]> andersk Git - splint.git/blob - test/exports.c
In response to [ 689702 ] Missing C99 __func__ predefined identifier
[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.077299 seconds and 5 git commands to generate.