avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] [patch #4668] progmem aware verson of strstr()


From: anonymous
Subject: [avr-libc-dev] [patch #4668] progmem aware verson of strstr()
Date: Thu, 1 Dec 2005 16:30:15 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6

URL:
  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4668>

                 Summary: progmem aware verson of strstr()
                 Project: AVR C Runtime Library
            Submitted by: None
            Submitted on: Thu 12/01/05 at 16:30
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

Because i am still issing a program memory aware version of strstr  in
avr-libc 1.4.0 i build one from the source of strstr.
You may consider to include it into net next release of avr-libc.

Prototype:
extern char *strstr_P(const char *, PGM_P) __ATTR_PURE__; 





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 12/01/05 at 16:30  Name: strstr_P.S  Size: 3.99KB   By: None
PROGMEM aware version of strstr().
<http://savannah.nongnu.org/patch/download.php?item_id=4668&item_file_id=5539>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4668>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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