Files
secondo/CM-Scripts/recodetest.cpp

17 lines
178 B
C++
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
/*
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;
}