This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Discuss please

char * The_Function ( int Element_Count , char Padding )

{
  char Store [ Element_Count ];

  memset ( Store , Element_Count , Padding );

  return &Store[ 0 ];
}

Parents Reply Children
No data