2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
[deliverable/binutils-gdb.git] / include / libiberty.h
index 32eb83a049eefec2a29f9eef2ab3aaadf72379d7..cacde800ea3dda438ea8292ab4b9354a63ad048b 100644 (file)
@@ -91,6 +91,10 @@ extern void expandargv PARAMS ((int *, char ***));
 
 extern int writeargv PARAMS ((char **, FILE *));
 
+/* Return the number of elements in argv.  */
+
+extern int countargv (char**);
+
 /* Return the last component of a path name.  Note that we can't use a
    prototype here because the parameter is declared inconsistently
    across different systems, sometimes as "char *" and sometimes as
This page took 0.022435 seconds and 4 git commands to generate.