Guest User

Untitled

a guest
May 26th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. typedef struct _DataSet_
  2. {
  3.   unsigned int id_;
  4.   double latitude_;
  5.   double longitude_;
  6.   unsigned int content_length_;
  7.   char *name_;
  8.   char *description_;
  9.   struct _DataSet_ *next;
  10. }  DataSet;
Add Comment
Please, Sign In to add comment