This is main.c in view mode; [Download] [Up]
/* * Copyright 1994, Black Adder Research, Inc. This source code may be * redistributed and modified with one restriction - do not claim that * you wrote it. * * Black Adder Research, Inc. * 730 Norell Ave. North * Stillwater, MN 55082 * */ #include <stdio.h> #include <stdlib.h> #include "xanim_avi.h" void main(int argc, char *argv[]) { XA_ANIM_HDR anim_hdr; if(Is_AVI_File(argv[1]) == TRUE) { AVI_Read_File(argv[1], &anim_hdr); } exit(0); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.