Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    int main() {
    ...
        printf(foo);  /* compiler cannot inspect contents of foo */
        return 0;
    }
    
  2. or download this
    $ gcc -Wformat -Wformat-security nonlit.c 
    nonlit.c: In function 'main':
    nonlit.c:5: warning: format not a string literal and no format argumen
    +ts
    
  3. or download this
    SV* vec_zeros(int m) {
        int i;
    ...
    
        return Perl_newRV_noinc(((PerlInterpreter *)pthread_getspecific((*
    +Perl_Gthr_key_ptr(((void *)0))))), (SV*) myav);
    }