NetSurf
Functions
clipboard.c File Reference
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <mint/osbind.h>
#include <cflib.h>
#include "atari/clipboard.h"
#include "atari/gemtk/gemtk.h"
Include dependency graph for clipboard.c:

Go to the source code of this file.

Functions

static int filesize (char *path)
 
int scrap_txt_write (char *str)
 
char * scrap_txt_read (void)
 

Function Documentation

◆ filesize()

static int filesize ( char *  path)
static

Definition at line 34 of file clipboard.c.

References path().

Referenced by scrap_txt_read().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ scrap_txt_read()

char * scrap_txt_read ( void  )

Definition at line 62 of file clipboard.c.

References filesize(), and path().

Referenced by gui_get_clipboard(), and toolbar_key_input().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ scrap_txt_write()

int scrap_txt_write ( char *  str)

Definition at line 50 of file clipboard.c.

Referenced by context_popup(), gui_set_clipboard(), and toolbar_key_input().

Here is the caller graph for this function: