[go: up one dir, main page]

File: utils.h

package info (click to toggle)
z80dasm 1.1.0-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 484 kB
  • ctags: 145
  • sloc: ansic: 2,118; sh: 844; makefile: 98
file content (2 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (5)
1
2
int split_line(char *line, char **array, int maxlen, char *delimiters);
size_t file_len(char *path);