htod and size_t
    Brad Anderson 
    brad at dsource.org
       
    Fri May 26 13:06:36 PDT 2006
    
    
  
Hope this is the right place for a htod bug.
The C code:
size_t tds_sys_iconv(iconv_t cd, const char **inbuf, size_t *inbytesleft, char
**outbuf, size_t * outbytesleft);
when being put thru htod as such:
D:\dev\c\freetds\include>htod tdsiconv.h -I.
results in an error:
tdsiconv.h(94) : Error: missing ',' between declaration of 'size_t' and
'tds_sys_iconv'
Am I missing something here?
BA
    
    
More information about the Digitalmars-d-bugs
mailing list