File: bac_string_to_array.h

package info (click to toggle)
tenmado 0.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,208 kB
  • sloc: ansic: 22,906; sh: 1,072; yacc: 321; makefile: 300; lex: 170
file content (11 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
/* $Id: bac_string_to_array.h,v 1.4 2002/12/09 17:43:45 oohara Exp $ */

#ifndef __BAC_STRING_TO_ARRAY_H__
#define __BAC_STRING_TO_ARRAY_H__

#include "bac_array.h"

bac_array *bac_string_to_array(const char *string);
bac_array *bac_file_to_array(FILE *file);

#endif /* not __BAC_STRING_TO_ARRAY_H__ */