Files
secondo/CM-Scripts/recodetest.cpp
2026-01-23 17:03:45 +08:00

17 lines
178 B
C++

/*
Some code for checking the presense of the recode library
*/
#include <stdlib.h>
#include <stdio.h>
#include <recode.h>
int main(int argc, char** argv){
return 3;
}