sipxtacklib  Version 3.3
bzero.h
Go to the documentation of this file.
1 /*
2 //
3 // Copyright (C) 2004-2006 SIPfoundry Inc.
4 // Licensed by SIPfoundry under the LGPL license.
5 //
6 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
7 // Licensed to SIPfoundry under a Contributor Agreement.
8 //
9 // $$
11 */
12 
13 #ifndef INCLUDE_RESPARSE_BZERO_H
14 #define INCLUDE_RESPARSE_BZERO_H
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 /* _local added to function name to avoid name conflict --GAT */
20 void bzero_local (void *buf, size_t len);
21 void* res_memset(void* dst0, int c0, size_t length);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 #endif /* INCLUDE_RESPARSE_BZERO_H */
void bzero_local(void *buf, size_t len)
void * res_memset(void *dst0, int c0, size_t length)

sipXtackLib home page