Пример #1
0
Errcode set_flx_length(int frames)
{
Errcode err;

	flx_clear_olays();
	if ((err = scrub_cur_frame()) >= Success)
		err = make_frames(frames);
	flx_draw_olays();
	return(err);
}
Пример #2
0
void main()
{
	int no_of_words=get_input();
	make_frames(no_of_words);
}