#include "cifparse.h"
void ndb_cif_encapsulate(char ** a);
ndb_cif_encapsulate puts the encapsulation characters into string. At the begining of string puts 5 dollar signs ($$$$$), and one dollar sign ($) at the begining of every new line in the string. This function is used for embedded cif file.
a | pointer to string |
None
Function does provide new value to the string.
See also: | ndb_cif_de_encapsulate |
---|