/* extern.h - The collection of external definitions needed. */
/* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
Copyright (C) 1990, 1991, 1993 Free Software Fou
/*
** $Id: unknown.c 7346 2007-08-16 03:58:07Z xgwang $
**
** extern.c: A subdriver of CommonLCD NEWGAL engine for some targets
** which are defined by the external module.
**
** Copyright (
# include
void main()
{
/* 说明本文件将要使用其它文件中的函数 */
extern int multiply();
extern int sum();
int a, b;
int result;
printf("Please input a and b: ");
scanf("%d, %d", &a, &
/*
* $Id: extern.h,v 1.3 2006/11/14 21:22:20 fcusack Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu