File: misc.h

package info (click to toggle)
wmcore 0.0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 228 kB
  • ctags: 113
  • sloc: ansic: 805; makefile: 70
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (96)
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 */