ualarm [C/UNIX] - Programmation
Marsh Posté le 14-02-2001 à 18:10:55
Moi j'ai ça dans le fichier unistd.h:
#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
/* Set an alarm to go off (generating a SIGALRM signal) in VALUE
microseconds. If INTERVAL is nonzero, when the alarm goes off, the
timer is reset to go off every INTERVAL microseconds thereafter.
Returns the number of microseconds remaining before the alarm. */
extern unsigned int ualarm __P ((unsigned int __value,
unsigned int __interval));
Note le if defined
Marsh Posté le 14-02-2001 à 18:49:15
j'ai pris le prototype unix, j'ai copié dans mon .h et roulez jeunesse
merci quand même Verdoux
Marsh Posté le 14-02-2001 à 18:02:49
J'ai l'impression que ualarm n'existe pas sous Mandrake, pourriez-vous m'éclairer?