1 2 3 4 5 6 7 8 9
#ifndef SEL_SAVE_H #define SEL_SAVE_H /* * Send the current selection from memory to the database. */ void sel_save (void); #endif // SEL_SAVE_H
Copyright © 2009 Don Pellegrino All Rights Reserved.