#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
◆ _FCALL
◆ ad_umat_input_rewind_()
| void ad_umat_input_rewind_ |
( |
| ) |
|
◆ rad_umat_close_input_()
| void rad_umat_close_input_ |
( |
| ) |
|
◆ rad_umat_input_open_()
| void _FCALL rad_umat_input_open_ |
( |
char * | filename, |
|
|
int * | length, |
|
|
int * | result ) |
Definition at line 42 of file rad_umat_input_read.c.
42 {
43 int i;
44
45 *result = 0;
46 cfilename=malloc(
sizeof(
char)*(*length+1));
49
51
53 *result=0;
54 }else{
55 *result=1;
56 }
57
58 return;
59}
◆ rad_umat_input_read_()
| void rad_umat_input_read_ |
( |
char * | line, |
|
|
int * | len, |
|
|
int * | size_read ) |
Definition at line 65 of file rad_umat_input_read.c.
66{
67 int i;
68 *size_read=0;
69 for (i=0;i<*len;i++) line[i] = ' ' ;
71 line[strlen(line)-1]='\0';
72 *size_read=strlen(line);
73}
◆ rad_umat_input_rewind_()
| void rad_umat_input_rewind_ |
( |
| ) |
|
◆ rad_umat_open_()
| void rad_umat_open_ |
( |
char * | filename, |
|
|
int * | length, |
|
|
int * | result ) |
◆ cfilename
◆ userlib_input