#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <assert.h>
#include "../pp/sl_pp_public.h"
break;
case SL_PP_MODASSIGN:
- fprintf(out, "%= ");
+ fprintf(out, "%%= ");
break;
case SL_PP_MODULO:
- fprintf(out, "% ");
+ fprintf(out, "%% ");
break;
case SL_PP_LSHIFTASSIGN:
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "../pp/sl_pp_public.h"
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <assert.h>
#include "../pp/sl_pp_public.h"
break;
case SL_PP_MODASSIGN:
- fprintf(out, "%= ");
+ fprintf(out, "%%= ");
break;
case SL_PP_MODULO:
- fprintf(out, "% ");
+ fprintf(out, "%% ");
break;
case SL_PP_LSHIFTASSIGN:
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <assert.h>
#include "../pp/sl_pp_public.h"