| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Date: | Mon, 01 Oct 2001 19:01:23 +0200 |
| From: | Scr34m <scr34m AT frontember DOT hu> |
| Subject: | frok() |
| To: | Cygwin <cygwin AT cygwin DOT com> |
| Reply-to: | Scr34m <scr34m AT frontember DOT hu> |
| Message-id: | <541918368.20011001190123@frontember.hu> |
| Organization: | frontember.hu |
| MIME-version: | 1.0 |
| X-Mailer: | The Bat! (v1.53d) Personal |
| X-Priority: | 3 (Normal) |
Hi all,
Here is these simple program how can i make programs to stay in
background and run. Every 1 second do everything ??
Fork works in cygWin?
I installed it as DOS and as Unix but doesn't work :(
int main (void) {
if(fork())
exit(0);
else {
perror("cannot fork"), exit(1);
}
while(1) {
printf("jkk");
sleep(60);
}
}
---
Bye Scr34m
| www.inertia.hu | www.frontember.hu | eurohack.at.hu |
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |