test/testfile.c

Fri, 22 Sep 2023 23:26:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 22 Sep 2023 23:26:23 +0200
changeset 68
ae763178ee1e
parent 66
be2084398c37
permissions
-rw-r--r--

replace autoconf with uwproj

/*
 * Many Files have license headers.
 */
// And add other stuff below.


int main(int argc, char** argv) { // comments behind code don't matter
    
    int zero /* in block comments we are genius enough to
              * detect, if there is still some code in the line
              */ = 0;
    
    /* otherwise the whole comment is
     * not counted*/   
    
    // this holds also for this empty line
    
    return zero;
}

/* rare case, but must also work: last line is a comment */

mercurial