#include <perms.h>

typedef struct STACKFM {
  int DEPTH;

} STACKFM;
void DUMPRV(STACKFM *V) {
  _imp_enter();

  _imp_leave();
}
