/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/Map.c

  • Committer: Gustav Hartvigsson
  • Date: 2013-09-09 17:02:23 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130909170223-l5fk6cbz0q07qfxi
* Added some notes... bah

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  return NULL;
83
83
}
84
84
 
 
85
void s_map_remove (SMap * self, void * key) {
 
86
 
 
87
}
 
88
 
85
89
void method_map_deinit (SMap * self) {
86
90
  
87
91
}