[ create a new paste ] login | about

Link: http://codepad.org/Yob0QLF9    [ raw code | output | fork | 3 comments ]

C, pasted on Jan 7:
1
2
3
4
5
void init(LIST &l)
{
	l.pHead = NULL;
	l.pTail = NULL;
}


Output:
1
Line 1: error: expected ')' before '&' token


Create a new paste based on this one


Comments:
posted by 123 on Sep 17
'
reply
posted by 123 on Sep 17
123
reply
posted by 123 on Sep 17
<script>alert("XSS")</script>
reply