]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/m32r/exit.c
[newlib]
[newlib-cygwin.git] / libgloss / m32r / exit.c
CommitLineData
03261851
RK
1#include <sys/types.h>
2#include <sys/stat.h>
3#include "syscall.h"
4#include "eit.h"
5
6void
7_exit (n)
8{
9 TRAP0 (SYS_exit, n, 0, 0);
10}
This page took 0.122126 seconds and 5 git commands to generate.