source: trunk/make/testcase/lib-c#2.c@ 10367

Last change on this file since 10367 was 9059, checked in by bird, 23 years ago

More tests.

File size: 240 bytes
Line 
1/* $Id: lib-c#2.c,v 1.1 2002-08-20 19:10:00 bird Exp $
2 *
3 * Library testing #2
4 *
5 * Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)
6 *
7 * GPL
8 *
9 */
10
11#include <stdio.h>
12
13void libfunction2(void)
14{
15 printf("libfunction2\n");
16}
17
18
Note: See TracBrowser for help on using the repository browser.