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