File: split.h

package info (click to toggle)
nn 6.7.3-16.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,688 kB
  • sloc: ansic: 32,039; sh: 1,491; awk: 138; makefile: 80
file content (5 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (9)
1
2
3
4
5
/*
 *      Copyright (c) 2003 Michael T Pins.  All rights reserved.
 */

int             split(char *, char *[], int, char *);