diff options
Diffstat (limited to 'reference/C/FUNCTIONS/funcframe.htm')
-rw-r--r-- | reference/C/FUNCTIONS/funcframe.htm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/reference/C/FUNCTIONS/funcframe.htm b/reference/C/FUNCTIONS/funcframe.htm new file mode 100644 index 0000000..405dc06 --- /dev/null +++ b/reference/C/FUNCTIONS/funcframe.htm @@ -0,0 +1,15 @@ +<html> +<head> +<title>Function reference</title> +</head> + +<frameset rows="55, *" border=0> + +<frame src="funcquery.htm" name="func_head"> +<frame src="funcref.htm" name="func_body"> +</frameset> + +<noframes> +Your browser does not support frames. +</noframes> +</html> |