/* emxloadc.c (emx+gcc) -- Copyright (c) 1993 by Eberhard Mattes */

#include <stdlib.h>
#include <sys/emxload.h>
#include "emxload2.h"

int _emxload_connect (void)
{
  return (_emxload_request (_EMXLOAD_CONNECT, NULL, 0));
}
