Skip to content
Extraits de code Groupes Projets
Valider ccc5c0d1 rédigé par Mélanie Colasse's avatar Mélanie Colasse
Parcourir les fichiers

Upload New File

parent b86a2f96
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
#include "third.c"
#ifndef THIRD_H
#define THIRD_H
threadf_t *threadf_init(const char *fn);
void threadf_destroy(threadf_t *threadf);
buffer_t *buffer_init(const char *fn);
void buffer_put(buffer_t *bf, long v);
long buffer_get(buffer_t *bf);
void buffer_destroy(buffer_t *bf);
word_t *word_init(char *str, size_t len);
word_t *long_to_str(long value);
void *word_destroy(word_t *word);
link_t *link_init(void *data);
void *link_dequeue(link_t **head);
void link_enqueue(link_t **head, void *data);
void *consumer(void *arg);
int normalMode(int n, const char *to_open, const char *to_create);
#endif
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter