These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the s...
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the server. Upon receipt of the packet, the s...
The clock() function reports the amount of processor time used by the calling process and each of its terminated child processes for which a wait function has been executed. When a child process does ...
The clock_gettime function returns the current time (in seconds and nanoseconds) for the specified clock. The clock_settime function sets the specified clock. The CLOCK_REALTIME clock measures the amo...
The clock_gettime function returns the current time (in seconds and nanoseconds) for the specified clock. The clock_settime function sets the specified clock. The CLOCK_REALTIME clock measures the amo...
These functions can only be called from languages that support the double_complex and float_complex data types. csin() and csinf() compute the sine of a complex number. ccos() and ccosf() return the c...
The opendir() function opens the directory designated by the dir_name parameter and associates a directory stream with it. The directory stream is positioned at the first entry. The type DIR, which is...
The syslog() function writes messages to the system log maintained by the syslogd daemon. The syslogd daemon reads messages and writes them to the system console or to a log file, or forwards them to ...
The syslog() function writes messages to the system log maintained by the syslogd daemon. The syslogd daemon reads messages and writes them to the system console or to a log file, or forwards them to ...
The erase and werase routines copy blanks to every position in the window. The clear and wclear routines are similar to erase and werase but also call clearok. The result is that the screen is cleared...
The erase and werase routines copy blanks to every position in the window. The clear and wclear routines are similar to erase and werase but also call clearok. The result is that the screen is cleared...
When called from a member of a cluster, the clu_info() function returns specific cluster status information when the following options are specified: CLU_INFO_MEMBSTATE - returns the following informa...
When called from a member of a cluster, the clu_info() function returns specific cluster status information when the following options are specified: CLU_INFO_MEMBSTATE - returns the following informa...
When called from a member of a cluster, the clu_info() function returns specific cluster status information when the following options are specified: CLU_INFO_MEMBSTATE - returns the following informa...