ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] С программисты помогите пожалуйста.
@ 2005-02-28  9:31 Oleg Pan
  2005-02-28  9:42 ` Alexey Morsov
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Oleg Pan @ 2005-02-28  9:31 UTC (permalink / raw)
  To: community

Hello ,

Master 2.4
gcc version 3.3.3 20040412 (ALT Linux, build 3.3.3-alt5)

компиляция gcc file.c без ошибок
при запуске SegFault
я думаю там /**/ он не может выполнить strtok



#include <string.h>
#include <stdio.h>

void main(){

char *string;
string = "a string, of , ,tokens";
const char *delim = ",";
char *token;

token = strtok(string,delim);
/**/

while  (token  !=NULL)   {
    printf("%s\n",token);
    token = strtok(NULL,delim);
    };
};





-- 
Best regards,
 Oleg                          mailto:wacom@narod.ru



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2005-03-01 11:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-28  9:31 [Comm] С программисты помогите пожалуйста Oleg Pan
2005-02-28  9:42 ` Alexey Morsov
2005-02-28 11:35   ` [Comm] " Arioch
2005-02-28 11:37   ` Arioch
2005-02-28 16:49     ` Alexey Morsov
2005-02-28 17:25       ` Nick S. Grechukh
2005-02-28 17:59         ` Alexey Rusakov
2005-02-28 18:02           ` [Comm][JT] " Denis Klykvin
2005-03-01 10:47           ` [JT] Re: [Comm] " Nick S. Grechukh
2005-03-01 11:08             ` Aleksandr Olar
2005-03-01  8:17         ` Alexey Morsov
2005-03-01  8:56           ` Alexey Rusakov
2005-03-01 10:26             ` Alexey Morsov
2005-02-28 18:54       ` Arioch
2005-02-28  9:54 ` [Comm] " Vitaly Lipatov
2005-02-28 10:05 ` Yura Kalinichenko
2005-02-28 11:32   ` Re[2]: " Oleg Pan

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git