This website requires JavaScript.
Explore
Help
Sign In
mangavalk
/
lcdproc
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
877d8ac8e87bbc660a80ea36dcbd79b0c19fa41c
lcdproc
/
shared
/
str.h
T
7 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
Initial revision
1999-12-09 23:15:14 +00:00
#ifndef STR_H
#define STR_H
Added a tags file. I dunno if this is something that's really supposed to
2000-03-30 20:28:01 +00:00
int
get_args
(
char
**
argv
,
char
*
str
,
int
max_args
);
Initial revision
1999-12-09 23:15:14 +00:00
#endif
Reference in New Issue
Copy Permalink