4 Apr 2010 00:45
filename_cmp.c
Турченков Александр <AgTSoft <at> ya.ru>
2010-04-03 22:45:01 GMT
2010-04-03 22:45:01 GMT
Hi !
I am used arm-elf-gdb & keil toolchain & have more problems in sets breakpoints in Eclipse IDE on Windows
platform. After modify file filename_cmp.c, it's been absent (sorry for my english).
Source code, written by me:
filename_cmp.c:
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include "filenames.h"
#include "safe-ctype.h"
#include <alloca-conf.h>
/* #define LOC_DEBUG */
void correct_name(char * s, int len)
{
char * p = s, * plast = s;
for (;;)
{
if (p[2] == '\\')
p[2] = '/';
(Continue reading)
RSS Feed