tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Re: Undefined strlen


From: ED GROSSHEIM
Subject: [Tinycc-devel] Re: Undefined strlen
Date: Sat, 4 Sep 2010 18:45:34 -0700 (PDT)

#include <string.h>
#include <stdio.h>
int main()
{
    printf("%d\n", strlen("foo"));
    getchar();
}

// The above Builds and runs fine for me with:
// tcc-0.9.25-win32
 
... Ed


From: "address@hidden" <address@hidden>
To: address@hidden
Sent: Sat, September 4, 2010 11:00:45 AM
Subject: Tinycc-devel Digest, Vol 89, Issue 2

Note: Forwarded message is attached.

Send Tinycc-devel mailing list submissions to
    address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.nongnu.org/mailman/listinfo/tinycc-devel
or, via email, send a message with subject or body 'help' to
    address@hidden

You can reach the person managing the list at
    address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Tinycc-devel digest..."
Today's Topics:

  1. Undefined strlen (Nigel Horne)
_______________________________________________
Tinycc-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tinycc-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]