benjaminsaljooghi / prospector

High-performance CRISPR-Cas discovery.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Memory management - struct constructors and destructors #57

Open benjaminsaljooghi opened 4 years ago

benjaminsaljooghi commented 4 years ago

Most of the time when I program in C I’m using structs. Therefore I always have two mandatory functions to use with my structs: the constructor and the destructor.