home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!ukma!usenet.ins.cwru.edu!wsu-cs!vela!jmwojtal
- From: jmwojtal@vela.acs.oakland.edu (Wojo)
- Subject: Someone help me with this
- Message-ID: <1992Nov6.210507.2887@vela.acs.oakland.edu>
- Organization: Oakland University, Rochester MI.
- Date: Fri, 6 Nov 1992 21:05:07 GMT
- Lines: 29
-
- I'm trying to do this program that goes into a void subroutine,
-
- void getday(char *, int, char *);
- ...
- char fname[10];
- int day;
- char timetab[33][31];
-
- getday(fname, day, timetab);
- ...
- void getday(char file[], int dy, char holdday[][]);
- {
- ...
- }
-
- Now it keeps giving me errors about different syntaxes.
-
- Using C for the PC, what is the corrent way to apply this so it will work?
- The subroutine is supposed to get values for timetab only;
-
- Thanks for the help
-
-
-
- --
- ************************************************************************
- Jeff Wojtalewicz (Wojo) jmwojtal@vela.acs.oakland.edu
- Oakland University Start Hacking
- ************************************************************************
-