view call.c @ 0:e59ebf6fe2b0

Initial revision
author kinjo
date Sat, 26 Nov 2005 11:36:16 +0900
parents
children
line wrap: on
line source

extern int hello(void);

int
main()
{
    hello();
    return 0;
}