Skip to content

Commit

Permalink
Update irrsmo00.c
Browse files Browse the repository at this point in the history
more debug prints
  • Loading branch information
ElijahSwiftIBM committed Feb 29, 2024
1 parent d51ec9e commit 3c1b925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyracf/common/irrsmo00.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ static PyObject *call_irrsmo00(PyObject *self, PyObject *args, PyObject *kwargs)
return NULL;
}

printf("Hello world!\n");
char work_area[1024];
unsigned char req_handle[64] = {0};
running_userid_t running_userid_struct = {running_userid_length, {0}};
Expand All @@ -62,7 +63,7 @@ static PyObject *call_irrsmo00(PyObject *self, PyObject *args, PyObject *kwargs)
unsigned int num_parms = 17;
unsigned int fn = 1;

printf("Result Buffer Size: %d",result_buffer_size);
printf("Result Buffer Size: %d\n",result_buffer_size);

strncpy(
running_userid_struct.running_userid,
Expand Down

0 comments on commit 3c1b925

Please sign in to comment.