gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/libbase getopt.h


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/libbase getopt.h
Date: Mon, 25 Sep 2006 09:07:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/09/25 09:07:30

Added files:
        libbase        : getopt.h 

Log message:
        porting to win32

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/getopt.h?cvsroot=gnash&rev=1.1

Patches:
Index: getopt.h
===================================================================
RCS file: getopt.h
diff -N getopt.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ getopt.h    25 Sep 2006 09:07:30 -0000      1.1
@@ -0,0 +1,8 @@
+// WIN32 includes
+
+extern int optind;
+extern char *optarg;
+extern int optopt;
+
+int
+getopt(int argc, char * const argv[], char *optstring);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]