Skip to content
Extraits de code Groupes Projets
cluster.h 100 octets
Newer Older
  • Learn to ignore specific revisions
  • François Michel's avatar
    François Michel a validé
    
    #ifndef CLUSTER_H
    #define CLUSTER_H
    
    typedef struct {
        // TODO
    } cluster_t;
    
    #endif //CLUSTER_H