| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
00001 /* $Id: r_str.h,v 1.4 2005/06/30 05:25:42 jmckee Exp $ */
00002 /*
00003 * Copyright (C) 1998-2003 RSA Security Inc. All rights reserved.
00004 *
00005 * This work contains proprietary information of RSA Security.
00006 * Distribution is limited to authorized licensees of RSA
00007 * Security. Any unauthorized reproduction, distribution or
00008 * modification of this work is strictly prohibited.
00009 */
00010
00016 #ifndef HEADER_COMMON_R_STR_H
00017 #define HEADER_COMMON_R_STR_H
00018
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022
00023 #include "r_com.h"
00024
00025 int R_CDECL R_STR_token(char **orig, char tok, char *buf);
00026
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030
00031 #endif /* HEADER_COMMON_R_STR_H */
00032
00033