September 2009
Beginner
942 pages
85h 34m
English
extension
extension(lib,init) {G}
Dynamically load the shared object file lib, calling the function init to initialize it. Return the value returned by the init function. This function allows you to add new built-in functions to gawk. See Arnold Robbins’s Effective awk Programming (O’Reilly) for the details.