ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Oleg Pan <wacom@narod.ru>
To: community@altlinux.ru
Subject: [Comm] С программисты помогите пожалуйста.
Date: Mon, 28 Feb 2005 12:31:31 +0300
Message-ID: <13110556872.20050228123131@narod.ru> (raw)

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



             reply	other threads:[~2005-02-28  9:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-28  9:31 Oleg Pan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13110556872.20050228123131@narod.ru \
    --to=wacom@narod.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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