https://github.com/cran/XML
Raw File
Tip revision: ccb805f005c1c130824a03bd6209c69841d26d79 authored by Duncan Temple Lang on 17 January 2012, 00:00:00 UTC
version 3.9-4
Tip revision: ccb805f
testRemoveFinalizers.c
#include <Rdefines.h>

void
foo()
{
 void *p;
 R_RemoveExtPtrWeakRef_direct(p);
}

back to top