File: misc.h

package info (click to toggle)
wmtimer 2.92-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 156 kB
  • ctags: 139
  • sloc: ansic: 1,256; makefile: 71
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef __MISC_H
#define __MISC_H

#include <unistd.h>

extern void parse_command (char *, char ***, int *);

extern pid_t execCommand (char *);
#endif /* __MISC_H */