Bzero langage C
Fermé
dev_man
Messages postés
83
Date d'inscription
dimanche 30 octobre 2011
Statut
Membre
Dernière intervention
29 avril 2013
-
6 juin 2012 à 15:06
fiddy Messages postés 11069 Date d'inscription samedi 5 mai 2007 Statut Contributeur Dernière intervention 23 avril 2022 - 6 juin 2012 à 19:58
fiddy Messages postés 11069 Date d'inscription samedi 5 mai 2007 Statut Contributeur Dernière intervention 23 avril 2022 - 6 juin 2012 à 19:58
A voir également:
- Man bzero
- Slender man jeu - Télécharger - Tir FPS
- She's the man streaming vf ✓ - Forum Cinéma / Télé
- Man strlcpy - Forum C
- Comment invoquer le slender man ✓ - Forum Loisirs / Divertissements
- Man on fire explication fin - Forum Cinéma / Télé
2 réponses
jisisv
Messages postés
3645
Date d'inscription
dimanche 18 mars 2001
Statut
Modérateur
Dernière intervention
15 janvier 2017
934
6 juin 2012 à 16:40
6 juin 2012 à 16:40
man bzero
NAME
bzero - write zero-valued bytes
SYNOPSIS
#include <strings.h>
void bzero(void *s, size_t n);
DESCRIPTION
The bzero() function sets the first n bytes of the area starting at s
to zero (bytes containing '\0').
RETURN VALUE
None.
NAME
bzero - write zero-valued bytes
SYNOPSIS
#include <strings.h>
void bzero(void *s, size_t n);
DESCRIPTION
The bzero() function sets the first n bytes of the area starting at s
to zero (bytes containing '\0').
RETURN VALUE
None.