[go: up one dir, main page]

File: utils.h

package info (click to toggle)
z80dasm 1.1.4-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,132 kB
  • ctags: 280
  • sloc: asm: 68,772; ansic: 2,200; sh: 1,297; makefile: 49
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);