Skip to content
Snippets Groups Projects
Select Git revision
  • 6f6aea7e966cda5a817d091e938c2d9b52209893
  • master default protected
  • objtool-32bit
  • objtool
  • v5.9
  • v5.9-rc8
  • v5.9-rc7
  • v5.9-rc6
  • v5.9-rc5
  • v5.9-rc4
  • v5.9-rc3
  • v5.9-rc2
  • v5.9-rc1
  • v5.8
  • v5.8-rc7
  • v5.8-rc6
  • v5.8-rc5
  • v5.8-rc4
  • v5.8-rc3
  • v5.8-rc2
  • v5.8-rc1
  • v5.7
  • v5.7-rc7
  • v5.7-rc6
24 results

pgalloc.h

Blame
  • Forked from Jonas Rabenstein / Linux
    Source project has a limited visibility.
    hello.c 250 B
    #include <stdio.h>
    #include <stdlib.h>
    
    int main(int argc, char **argv)
    {
    	printf("Howdy World!!!!\n");
    	printf("Sehr geehrte Damen und Herren Erdenbuerger, seien Sie hiermit herzlich gegruesst!\n");
    	printf("(c)2013 ACME\n");
    	exit(EXIT_SUCCESS);
    }