Skip to content
Extraits de code Groupes Projets

Update point.h

1 fichier
+ 3
3
Comparer les modifications
  • Côte à côte
  • En ligne
+ 3
3
#ifndef POINT_H
#define POINT_H
typedef struct {
// TODO
typedef struct point_t {
int64_t* coord;
uint32_t dimension;
} point_t;
#endif //POINT_H
Chargement en cours