Opened 11 years ago
Closed 11 years ago
#285 closed enhancement (fixed)
strselcmp() and strseltok() should be moved from gopher implementation in roard to libroar
Reported by: | ph3-der-loewe | Owned by: | ph3-der-loewe |
---|---|---|---|
Priority: | wishlist | Milestone: | RoarAudio major release 1.0 |
Component: | RoarAudio Main Package | Version: | 1.0beta4 |
Keywords: | Cc: | ||
Architecture: | Compiler: | ||
Difficulty: | easy | Kernel: | |
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | Gopher |
Sound driver: | Topic: | New feature |
Description
The following two functions are considered generally helpful and should be moved into libroar. They are currently in roard/emul_gopher.c
static int strselcmp(const char *s1, const char *s2); static ssize_t strseltok(const char *s1, char *s2, char ** tok, size_t toks);
Subtickets
Change History (2)
comment:1 Changed 11 years ago by ph3-der-loewe
- Owner set to ph3-der-loewe
- Status changed from new to accepted
comment:2 Changed 11 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from accepted to closed
- Version set to 1.0beta4
Note: See
TracTickets for help on using
tickets.