ev3duder  0.3.0
EV3 Downloader/Uploader
cat.c File Reference

unimplemented More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ev3_io.h"
#include "defs.h"
#include "packets.h"
#include "error.h"
#include "funcs.h"

Go to the source code of this file.

Macros

#define MAX_READ   1024
 Concatenate files to the LCD screen. More...
 

Functions

int cat (const char *rem, size_t count)
 

Detailed Description

unimplemented

Definition in file cat.c.

Macro Definition Documentation

#define MAX_READ   1024

Concatenate files to the LCD screen.

Parameters
[in]pathremote FILE*s
[in]countnumber of FILE*s to cat
Return values
erroraccording to enum ERR
See also
http://topikachu.github.io/python-ev3/UIdesign.html

Definition at line 24 of file cat.c.

Function Documentation

int cat ( const char *  rem,
size_t  count 
)

Definition at line 25 of file cat.c.