The R Project SVN R

Rev

Rev 4606 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4606 Rev 6357
Line 199... Line 199...
199
 *  General functions.
199
 *  General functions.
200
 */
200
 */
201
 
201
 
202
int 	initapp(int argc, char *argv[]);
202
int 	initapp(int argc, char *argv[]);
203
void	exitapp(void);
203
void	exitapp(void);
-
 
204
void	app_cleanup(void);
204
 
205
 
205
void	drawall(void);
206
void	drawall(void);
206
int 	peekevent(void);
207
int 	peekevent(void);
207
int 	doevent(void);
208
int 	doevent(void);
208
void	mainloop(void);
209
void	mainloop(void);