Subversion Repositories filter_foundry

Rev

Rev 495 | Rev 536 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 495 Rev 512
Line 65... Line 65...
65
 
65
 
66
// DM 03.12.2021 removed, because it is not used in Filter Foundry
66
// DM 03.12.2021 removed, because it is not used in Filter Foundry
67
/* in-place conversion from Pascal to C string */
67
/* in-place conversion from Pascal to C string */
68
//#define INPLACEP2CSTR(s) ((s)[*(s)+1] = 0,(char*)(s)+1)
68
//#define INPLACEP2CSTR(s) ((s)[*(s)+1] = 0,(char*)(s)+1)
69
 
69
 
-
 
70
void strcpy_win_replace_ampersand(char* dst, char* src);
-
 
71
 
70
#endif
72
#endif