Hosted by the courtesy of  
 GitHub 
The stars ASAP english francais spanish arab
Durée du voyage intersidéral francais
Résolutions de l'ONU en HTML francais
Bussard Ramjet english francais
DWARF : dwarf2xml english
ELF : libelf examples english
Code presentation : ctoohtml english

Elf sample home

File Index

All Tags

Tags by File

Tags referrers

file: sample.c


  1 #include <stdio.h>
  2
  3 char * /*X*/ hello = "Hello";
  4 char * /*X*/ who = "world";
  5
  6 char * /*X*/ whois(void) {
  7   return who;
  8 }
  9 char * /*X*/ what(void) {
 10   return hello;
 11 }
 12 int /*X*/ main (int argc, char *argv[]) {
 13
 14  printf("%s %s\n", what(), whois());
 15  return 0;
 16 }


Elf sample home

File Index

All Tags

Tags by File

Tags referrers

C to HTML Conversion by ctoohtml

Hosted by the courtesy of  
 GitHub 
The stars ASAP english francais spanish
Durée du voyage intersidéral francais
Résolutions de l'ONU en HTML francais
Bussard Ramjet english francais
DWARF : dwarf2xml english
ELF : libelf examples english
Code presentation : ctoohtml english