11 lines
165 B
C
11 lines
165 B
C
#ifndef l_use_h
|
|
#define l_use_h
|
|
|
|
static void create();
|
|
|
|
mixed can_use_obj_to_str(string str);
|
|
|
|
mixed do_use_obj_to_str(object ob, string str);
|
|
|
|
#endif /* l_use_h */
|