"Fossies" - the Fresh Open Source Software Archive

Member "passwdqc-2.0.3/concat.h" (23 Jun 2023, 168 Bytes) of package /linux/privat/passwdqc-2.0.3.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "concat.h" see the Fossies "Dox" file reference documentation.

    1 /*
    2  * Copyright (c) 2009 by Dmitry V. Levin.  See LICENSE.
    3  */
    4 
    5 #ifndef CONCAT_H__
    6 #define CONCAT_H__
    7 
    8 extern char *concat(const char *, ...);
    9 
   10 #endif /* CONCAT_H__ */