File: fgw_string.h

package info (click to toggle)
fungw 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,268 kB
  • sloc: ansic: 24,257; makefile: 500; sh: 32; awk: 9; perl: 8; tcl: 7; javascript: 7; ruby: 7; python: 6
file content (13 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <libfungw/fungw.h>

/* Common: register the engine so new objects can be created */
void string_init(void);


/* Uncommon: for testing direct calls */
fgw_error_t fgwc_malloc(fgw_arg_t *res, int argc, fgw_arg_t *argv);
fgw_error_t fgwc_free(fgw_arg_t *res, int argc, fgw_arg_t *argv);
fgw_error_t fgwc_atoi(fgw_arg_t *res, int argc, fgw_arg_t *argv);