Magellan Linux

Contents of /tags/mkinitrd-6_3_0/klibc/usr/utils/sync.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1139 - (show annotations) (download)
Thu Aug 19 10:14:02 2010 UTC (13 years, 10 months ago) by niro
File MIME type: text/plain
File size: 60 byte(s)
tagged 'mkinitrd-6_3_0'
1 #include <unistd.h>
2
3 int main(void)
4 {
5 sync();
6 return 0;
7 }