C localization functions: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m top: Task 16: replaced (1×) / removed (0×) deprecated |dead-url= and |deadurl= with |url-status=;
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 26:
 
==Example==
<sourcesyntaxhighlight lang="c">
#include <stdio.h>
#include <stdlib.h>
Line 44:
return EXIT_SUCCESS;
}
</syntaxhighlight>
</source>
 
==See also==