Bernhard Rieder wrote:
Thank You for all your answers. Maybe the glib info-files
are better than the html documentation.
Bernhard Rieder ([EMAIL PROTECTED]) wrote:
> test.c: ---
> #include
>
> char *template = "/tmp/tmpfileXX";
>
> int main () {
>return printf("%s\n", mktemp(template));
> }
> ---
As others have noted, you cannot pass
On Mon, Oct 18, 1999 at 11:46:47AM +0200, J.H.M. Dassen Ray" wrote:
> On Mon, Oct 18, 1999 at 07:14:03 +, Bernhard Rieder wrote:
> > When calling mktemp I always get a segfault. This short program was used
> > for testing.
> >
> > #include
> >
> > char *template = "/tmp/tmpfileXX";
> >
On Mon, Oct 18, 1999 at 07:14:03 +, Bernhard Rieder wrote:
> When calling mktemp I always get a segfault. This short program was used
> for testing.
>
> #include
>
> char *template = "/tmp/tmpfileXX";
>
> int main () {
>return printf("%s\n", mktemp(template));
> }
Quoting the fine
4 matches
Mail list logo