2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-06 00:15:30 +01:00
waf/playground/c/stlib2/b/b.c

7 lines
48 B
C
Raw Normal View History

2011-09-10 11:13:51 +02:00
#include "a.h"
int b()
{
return a() + 1;
}