MCPcopy Create free account
hub / github.com/WinMerge/winmerge / debug_script

Function debug_script

Src/diffutils/src/util.c:943–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941char *
942dir_file_pathname (char const *dir, char const *file)
943{
944#if defined(__MSDOS__) || defined(__NT__) || defined(WIN32)
945 char sep = dir[strlen(dir) - 1];
946 return concat (dir, "\\" + (*dir && ((sep == '/') || (sep == '\\'))), file);
947#else
948 return concat (dir, "/" + (*dir && dir[strlen (dir) - 1] == '/'), file);
949#endif /*__MSDOS__||__NT__*/
950}
951
952
953void
954debug_script (struct change *sp)

Callers 5

print_ed_hunkFunction · 0.85
print_scriptFunction · 0.85
CompareFilesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected