Exemplo n.º 1
0
int8_t RogueSD::open_P(const char *filename)
{
  return open_P(filename, OPEN_READ);
}
Exemplo n.º 2
0
int8_t RogueSD::open_P(const char *path)
{
  return open_P(path, OPEN_READ);
}