File: str.h

package info (click to toggle)
lcdproc 0.5.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,088 kB
  • sloc: ansic: 59,645; sh: 1,740; perl: 681; makefile: 417
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
/** \file shared/str.h
 * Commmand / argument parsing functions (for use in clients).
 */

#ifndef STR_H
#define STR_H

int get_args (char **argv, char *str, int max_args);

#endif