| 29 | struct objclass objects[SIZE(obj_init)]; |
| 30 | |
| 31 | void |
| 32 | objects_globals_init(void) |
| 33 | { |
| 34 | memcpy(obj_descr, obj_descr_init, sizeof(obj_descr)); |
| 35 | memcpy(objects, obj_init, sizeof(objects)); |
| 36 | } |
| 37 | |
| 38 | /*objects.c*/ |
no outgoing calls
no test coverage detected