Ejemplo n.º 1
0
 public static extern int signal(int signum, sighandler_t handler);
Ejemplo n.º 2
0
 public static int signal(int signum, sighandler_t handler)
 {
     throw new System.NotImplementedException();
 }
Ejemplo n.º 3
0
 public static extern int signal(int signum, sighandler_t handler);
Ejemplo n.º 4
0
		public static int signal (int signum, sighandler_t handler)
		{
			throw new System.NotImplementedException();
		}