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