[go: up one dir, main page]

File: utils.h

package info (click to toggle)
z80dasm 1.1.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 952 kB
  • ctags: 149
  • sloc: ansic: 2,117; sh: 1,089; makefile: 52
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);