#ifndef __LIBM_CDPARSING__ #define __LIBM_CDPARSING__ /* COMMA DELIMITED PARSING ROUTINES */ long M_Count_CD_Lines(M_CONN *myconn, M_uintptr identifier); char *M_Get_CD_Line(char *string); int M_Count_CD_Columns(M_CONN *myconn, M_uintptr identifier); #endif