/********************************************************************\ Name: midas.c (in hvedit project) Created by: Stefan Ritt Contents: Midas routines for HVEDIT program Revision history ------------------------------------------------------------------ date by modification --------- --- ------------------------------------------------ 9-NOV-95 SR created \********************************************************************/ #include "stdafx.h" #include #include "hvedit.h" #include "hvedidlg.h" /*------------------------------------------------------------------*/ /* void make_single_line(HNDLE hDB, char *key_name, char *result) { HNDLE hKey; KEY key; char data[20000], data_str[256]; int i, size, type; db_find_key(hDB, 0, key_name, &hKey, FALSE); db_get_key(hDB, hKey, &key); size = sizeof(data); db_get_data(hDB, hKey, data, &size, &type); result[0] = 0; for (i=0 ; i