home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- * *
- * SAMPLE2.C *
- * *
- * Use this file OR SAMPLEA.ASM *
- *************************************************************************/
-
-
- int smplad(int x,int y)
- {
- return(x+y);
- }
-