source: trunk/make/testcase/lib-c#1.c@ 10366

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

More tests.

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