17 lines
178 B
C++
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;
|
|
}
|