Help for this page

Select Code to Download


  1. or download this
    int 
    function(int a, char *b) {
     ... 
     return 0;
    }
    
  2. or download this
    int
    function(int a, char *b)
    
  3. or download this
    ------------------------------------------------------
    /* Function : function()
    ...
    int
    function(int a, char *b)
    -----------------------------------------------------------