"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "tcpreplay-3.3.2/src/fragroute/argv.h" of archive tcpreplay-3.3.2.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 /*
    2  * argv.h
    3  *
    4  * Copyright (c) 2001 Dug Song <dugsong@monkey.org>
    5  *
    6  * $Id: argv.h 2000 2008-04-27 06:17:35Z aturner $
    7  */
    8 
    9 #ifndef ARGV_H
   10 #define ARGV_H
   11 
   12 int	 argv_create(char *p, int argc, char *argv[]);
   13 char	*argv_copy(char *argv[]);
   14 
   15 #endif /* ARGV_H */