patchAVR C Runtime Library - Patches: patch #4668, progmem aware verson of strstr()

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4668: progmem aware verson of strstr()

Submitter:  None
Submitted:  Thu 01 Dec 2005 04:30:13 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Closed

Thu 01 Dec 2005 04:30:13 PM UTC, original submission:  

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_;

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #4309:  strstr_P.S added by None (4KiB - application/octet-stream - PROGMEM aware version of strstr().)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-12-18 aesok StatusNone Done
    Assigned toaesok None
    Open/ClosedOpen Closed
2005-12-16 aesok Assigned toNone aesok
2005-12-01 None Attached File- Added strstr_P.S, #5539

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code