khc8749
khc8749
I have a Stata file with the following label sets: ``` . sysuse auto2, clear (1978 automobile data) . label list repair: 1 Poor 2 Fair 3 Average 4 Good...
Is there a good reason not to change these functions from ``` readstat_error_t readstat_begin_writing_dta(readstat_writer_t *writer, void *user_ctx, long row_count); readstat_error_t readstat_begin_writing_por(readstat_writer_t *writer, void *user_ctx, long row_count); readstat_error_t readstat_begin_writing_sas7bcat(readstat_writer_t *writer, void...