www.pudn.com > cwin.rar > CHARHL.C


    /*----------------------------------------------------------- 
        函数 char_h_line : 用扩充ASCII码画横线 
    -----------------------------------------------------------*/ 
    #include  
 
    void _Cdecl char_h_line(col,line,len,type) 
    int col;                   /* 横线左端列坐标(以字节为单位) */ 
    int line;                  /* 横线左端行坐标(以象素为单位) */ 
    int len;                   /* 横线长度(以字节为单位)       */ 
    int type;                  /* 横线类型                     */ 
    { 
        int i; 
        int c = type==DOUBLE?205:196; 
 
        for(i=0;i