ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Yura Kalinichenko <yuk@iceb.vinnitsa.com>
To: community@altlinux.ru
Subject: Re: [Comm] С программисты помогите пожалуйста.
Date: Mon, 28 Feb 2005 12:05:57 +0200
Message-ID: <1109585157.5872.23.camel@yuk.home.int> (raw)
In-Reply-To: <13110556872.20050228123131@narod.ru>

On Пнд, 2005-02-28 at 12:31 +0300, Oleg Pan wrote:
> 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>

#define MAXS 80
int main(){

char string[MAXS];
const char *delim = ",";
char *token;

  strncpy(string, "a string, of , ,tokens", MAXS-1);
  token = strtok(string,delim);
/**/

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

[yuk@yuk tmp]$ cc -O2 tst.c -o tst
[yuk@yuk tmp]$ ./tst
a string
 of 
 
tokens

-- 
Yura Kalinichenko




  parent reply	other threads:[~2005-02-28 10:05 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-28  9:31 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 [this message]
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=1109585157.5872.23.camel@yuk.home.int \
    --to=yuk@iceb.vinnitsa.com \
    --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