book_init()drupal/modules/book/book.module, line 182
Implementation of hook_init().
function book_init() { drupal_add_css(drupal_get_path('module', 'book') . '/book.css'); }