#ifndef _LOAD_H_ #define _LOAD_H_ void load_info(int argc, char **argv); #endif