"Fossies" - the Fresh Open Source Software Archive

Member "deheader-1.10/test/duplicate.c" (30 Jan 2023, 124 Bytes) of package /linux/privat/deheader-1.10.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.

    1 /* this file tests detection of duplicate heafers */
    2 
    3 #include <stdio.h>
    4 #include <stdio.h>
    5 
    6 main(int arg, char **argv)
    7 {
    8 }