mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-04 16:16:00 +01:00
11 lines
63 B
C
11 lines
63 B
C
/*
|
|
__COPYRIGHT__
|
|
*/
|
|
|
|
#include "foo.h"
|
|
void
|
|
foo(void)
|
|
{
|
|
;
|
|
}
|