![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
#include <ARX/AR/ar.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ARX/AR2/util.h>
Functions | |
int | ar2UtilReplaceExt (char *filename, int n, char *ext) |
int | ar2UtilRemoveExt (char *filename) |
int | ar2UtilDivideExt (const char *filename, char *s1, char *s2) |
int ar2UtilDivideExt | ( | const char * | filename, |
char * | s1, | ||
char * | s2 | ||
) |
int ar2UtilRemoveExt | ( | char * | filename | ) |
int ar2UtilReplaceExt | ( | char * | filename, |
int | n, | ||
char * | ext | ||
) |