#include "typedefs.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>Go to the source code of this file.
Defines | |
| #define | DEBUG 0 |
Functions | |
| int | f_swaplw (int *pp_source, int l_len, int *pp_dest) |
| #define DEBUG 0 |
Definition at line 15 of file f_swaplw.c.
| int f_swaplw | ( | int * | pp_source, | |
| int | l_len, | |||
| int * | pp_dest | |||
| ) |
Definition at line 69 of file f_swaplw.c.
Referenced by f_his_getbas(), f_his_getdir(), f_his_gethis(), f_his_swpbas(), f_his_wait(), f_ut_set_ml_r(), f_ut_set_mo_r(), f_ut_setup_r(), and f_ut_status_r().
1.7.1