Source code

Revision control

Copy as Markdown

Other Tools

void warn1(int *first, int *last) {
*first = 0;
if (first < last) {
}
}