Exemplo n.º 1
0
void sl_reverse(sl* list) {
	bl_reverse(list);
}
Exemplo n.º 2
0
void NLF(reverse)(nl* list) {
	bl_reverse(list);
}