Jump to content

Generic Programming C: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 27: Line 27:
int main()
int main()
{
{
    PRINT_GENERIC(250L);
  PRINT_GENERIC(250L);
    PRINT_GENERIC(250);
  PRINT_GENERIC(250);
    PRINT_GENERIC("Hi");
  PRINT_GENERIC("Hi");
}
}
</source>
</source>
165

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.