did some preparatory work to add Process

This commit is contained in:
hyunghwan.chung
2015-10-14 14:01:33 +00:00
parent 6916198253
commit 5a82cdc417
9 changed files with 98 additions and 5 deletions

View File

@ -986,6 +986,13 @@ stix_oop_set_t stix_makedic (
stix_oow_t size
);
/* ========================================================================= */
/* proc.c */
/* ========================================================================= */
stix_oop_process_t stix_makeproc (
stix_t* stix
);
/* ========================================================================= */
/* utf8.c */
/* ========================================================================= */